Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ cat /etc/apache2/sites-available/loc.sezeretepes.conf
- <VirtualHost 127.0.0.1:80>
- ServerName sezeretepes.loc
- ServerAlias www.sezeretepes.loc *.sezeretepes.loc
- ServerAdmin [email protected]
- DocumentRoot /home/hosiplan/xampp/else/other_webs/sezeretepes.cz
- <Directory />
- Options FollowSymLinks
- AllowOverride None
- </Directory>
- <Directory /home/hosiplan/xampp/else/other_webs/sezeretepes.cz>
- Options Indexes FollowSymLinks MultiViews
- AllowOverride All
- Order allow,deny
- allow from all
- # This directive allows us to have apache2's default start page in /apache2-default/, but still have / go to the right
- #place Commented out for Ubuntu RedirectMatch ^/$ /apache2-default/
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment