Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f # not a file
RewriteCond %{REQUEST_FILENAME} !-d # not a directory
RewriteRule ^(.+)$ index.php?params=$1 [L]
,你可以看到,我想要的東西轉換像RewriteEngine不是本地重寫URL?
mysite.com/x/y/z
到
mysite.com/ index.php?params = x/y/z
但是,它不工作。我試過mysite.com/home,並在index.php的第一行放置了一個斷點,但得到了一個404.
任何想法爲什麼這不適合我?感謝任何事情!
,它去了失敗者!非常感謝! – Garrett 2011-02-02 02:56:18