2014-05-11 113 views

回答

1

應該工作:

RewriteRule ^cats.gif$ index.php [L] 
+0

http://randomcat.tk/cats.gif給出了一個錯誤。試圖添加合法圖像不僅僅是空白cats.gif – user3626629

+1

.htaccess上下文中的RewriteRule在_never_上檢查的URL的路徑段以'/'開頭 - 所以如果沒有這個,嘗試。 – CBroe

+0

那麼試試http://randomcat.tkcats.gif?因爲我知道這是行不通的:/ – user3626629

0

試試這個:

RewriteRule ^.+$ /index.php [L] 

這將重定向任何要求的index.php