2011-01-23 77 views
0

當我訪問http://domain.com/example時,我的規則很有用。查詢看起來不錯等litespeed問題上的重寫規則

當我visis http://domain.com在index.php不加載,似乎是一個空白重定向完成後,http://domain.com/city.php q =

我怎樣才能獲得的index.php加載,而不是在重寫踢...

Options +FollowSymLinks 
RewriteCond %{REQUEST_URI} !\.(css|jpg|gif|png|jar|js|html|htm|php)$ 
RewriteEngine On 
RewriteRule ^([^/]*)$ /city.php?q=$1 [L] 

感謝

回答

0

好吧,我知道了。

RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d