2011-04-13 153 views

回答

1

要訪問帕拉姆PHP中$_GET['doc'],並讓用戶看到乾淨的URL /guidelines/html你可以重寫如下:

RewriteBase/
RewriteRule ^/guidelines/(.*)$ /guidelines/index.php?doc=$1 [NC] 
+0

想通了。需要把這個東西在 '選項+的FollowSymLinks RewriteEngine敘述 上 的RewriteCond%{} REQUEST_FILENAME!-f 的RewriteCond%{} REQUEST_FILENAME!-d 重寫規則^(。*)$的index.php?DOC = $ 1 NC]' – 2011-04-13 15:24:48