Linux Virtual Host Question
-
Hi Everyone,
I’m new to WordPress and looking thru the internet I have come upon various how-to guides. One of which suggests adding this to the apache virtual host file –
<Directory /var/www/wordpress/>
Options Indexes FollowSymLinks
AllowOverride All
DirectoryIndex index.php
Order allow,deny
Allow from all
</Directory>
<Directory> /var/www/wordpress/wp-content>
Options FollowSymLinks
Order allow,deny
Allow from allWhat does this do and is it needed?
Thanks,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Linux Virtual Host Question’ is closed to new replies.