我正在尝试将客户端的网站移到新的服务器上。
mod_rewrite肯定是启用的。
testing地址是http://176.32.230.45/hubbwayhire.co.uk/加载正常。
http://176.32.230.45/hubbwayhire.co.uk/about.php也加载罚款。
我在htaccess中有这个
RewriteEngine On RewriteBase / RewriteRule ^about about.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d
但加载以下内容: http : //176.32.230.45/hubbwayhire.co.uk/about给我以下内容:
Forbidden You don't have permission to access /about.php on this server.
权限也完全没问题。
服务器所有者根本无法帮助我们。 任何帮助赞赏?