由于某种原因Apache重定向URL

时间:2012-04-02 22:12:34

标签: apache .htaccess redirect

为什么apache会自动将http://localhost/~user/test等网址重定向到http://localhost/~user/test.php?我该怎么办呢?我遇到了这个和.htaccess的问题,因为像

这样的规则
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule . index.php

不会将http://localhost/~user/test重定向到index.php,而是重定向到test.php(我认为它会将URL视为文件)。

详细说明:

httpd -v
Server version: Apache/2.2.21 (Unix)

sw_vers
ProductName:    Mac OS X
ProductVersion: 10.7.3
BuildVersion:   11D50d

0 个答案:

没有答案