UltimateTagWarrior的URL Rewriting問題
想用tag/tagname的網址卻沒辦法!!
解決辦法如下:
在.htaccess檔案裡加上:
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} /tag(/[^?]*)?(?.| .)
RewriteCond %{REQUEST_URI} !/index.php$
RewriteRule . /index.php?tag=$1 [QSA,L]
Posted by hanamitsuki at
樂多Roodo! │16:15
│
回應(0)
│
引用(0)
│
部落格架設及經營
引用URL
http://cgi.blog.roodo.com/trackback/3552691