Very new to this so hoping one of you wise experts may be able to get me started in the right direction. Have a problem that keeps showing in my error log but does not seem to be affecting our site. Running plesk 8.6.0 We're running an oscommerce php based site. Have friendly urls code as well as non www to www and some redirects in htaccess which all are functioning fine, so I'm assuming this error is associated with something else, in fact I am not able to even locate an index.pl file anywhere...totally lost here... Here is the error: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/vhosts/mysite.com/httpdocs/index.pl There are tons of these errors a day and I would love to make them go away(very ocd here : ) I have found some info about creating a httpd.conf file with the following in it: <Directory /var/www/vhosts/mysite.com/httpdocs> <IfModule mod_fcgid.c> <Files ~ (\.php)> Options ExecCGI FollowSymLinks Order allow,deny Allow from all </Files> </IfModule> </Directory> but not sure this is the correct fix for the error.