到http://localhost/SAMPLE-CODES/backbone-mysql-reading-json/websites
爲什麼我會用斜槓獲得301重定向到文件夾名稱?
的請求被重定向如下:
> Request URL:http://localhost/SAMPLE-CODES/backbone-mysql-reading-json/websites
> Request Method:GET
> Status Code:301 Moved Permanently
響應頭:
> HTTP/1.1 301 Moved Permanently Date: Thu, 06 Sep 2012 14:32:41 GMT
> Server: Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4
> mod_perl/2.0.4 Perl/v5.10.1 Location:
> http://localhost/SAMPLE-CODES/backbone-mysql-reading-json/websites/
> Content-Length: 417 Keep-Alive: timeout=5, max=100 Connection:
> Keep-Alive Content-Type: text/html; charset=iso-8859-1
我不知道是什麼原因導致這種重定向。
我在文件夾c:\xampp\htdocs\SAMPLE-CODES\backbone-mysql-reading-json\
以下的.htaccess:
的.htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule^index.php [QSA,L]
是否還有其他可能涉及的.htaccess文件?也許@網站的根?顯示的一個沒有這樣做重定向。 – HeatfanJohn
子文件夾中沒有其他.htaccess文件。我有一個虛擬主機配置在httpd.conf中可以產生影響嗎? – tucson
我正在使用Slim PHP框架,而現在我懷疑我得到了這個:http://dev.slimframework.com/phpdocs/classes/Slim_Exception_RequestSlash.html – tucson