I'm trying to move a client's site to a new server.
mod_rewrite is definitely enabled.
Test address is http://176.32.230.45/hubbwayhire.co.uk/ which loads fine.
http://176.32.230.45/hubbwayhire.co.uk/about.php also loads fine.
I have this in htaccess
RewriteEngine On
RewriteBase /
RewriteRule ^about about.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
But loading the following: http://176.32.230.45/hubbwayhire.co.uk/about gives me the following:
Forbidden
You don't have permission to access /about.php on this server.
Permissions are also completely fine.
Server owners will not help us at all. Any help appreciated?