Dokuwiki powered website built for Výfuk contest
- Download and install Apache enviroment
- Set domain in
/etc/hosts
(Linux) orC:\Windows\System32\drivers\etc\hosts
(Windows), e.g.:
127.0.0.1 vyfuk.local
- Configure virtual hosts in
/etc/apache/sites-enabled
(Linux) orXAMPP\Apache\conf\extra\httpd-vhosts.conf
(Windows), e.g.:
<VirtualHost *:80>
DocumentRoot "Enter root path"
ServerName vyfuk.local
</VirtualHost>
- Enter http://vyfuk.local in your browser
- Profit