I get this error
Quote:
Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden:
I have added following lines to /etc/apache2/sites-available/mydomain.com
Code:
<VirtualHost *:80>
....
<Directory /srv/www/mydomain.com/public_html>
AllowOverride All
Options +ExecCGI -MultiViews +FollowSymLinks
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
now I get regarding htaccess - Invalid command '<option', perhaps misspelled or defined by a module not included in the server configuration, referer on the logs
???