Well, this issue could have many causes. These are some of the options which could help to solve this:
- Try to define the Rewrite base with this code after the line which says RewriteEngine on
- It is possible that the Apache server has different configuration so it is necessary to start the content of the .htaccess with this code
Quote:
Options +Indexes
Options +FollowSymlinks
|
- I can imagine the in the httpd.conf file the deny option is not allowed, hence you need to remove these security related lines from the .htaccess file
Quote:
<Files configuration.php>
deny from all
</Files>
<Files link.php>
deny from all
</Files>
<FilesMatch "\.(htaccess|inc|tpl|h|ihtml|sql|ini|conf|class|bi n|spd|theme|module|exe)$">
deny from all
</FilesMatch>
|
If none of the option will work please send me a pm with the frp account details and i will check your script.
Thanks