Options FollowSymLinks or SymLinksIfOwnerMatch forbidden error
Options FollowSymLinks or SymLinksIfOwnerMatch forbidden error
If you receive the following error message while accessing the domain:
[Sun Jan 29 04:28:39 2015] [error]
[client x.x.x.x] Options FollowSymLinks or SymLinksIfOwnerMatch is off
which implies that RewriteRule directive is forbidden
[Sun Jan 29 04:28:40 2015] [error]
[client x.x.x.x] Options FollowSymLinks or SymLinksIfOwnerMatch is off
which implies that RewriteRule directive is forbidden
To avoid above error you can add following codes in .htaccess file:
RewriteEngine On
Options +FollowSymLinks
Then your problem will be solved...
Comments
Post a Comment