這裏的htaccess重寫規則是我的.htaccess:的個人資料網址
RewriteEngine on
RewriteBase /site
RewriteCond %{request_filename} -f
RewriteRule ^(.*) $1 [L]
RewriteRule ^([a-z]+)(/([^/]{0,32})(/.+)?)?$ index.php?a=$1&u=$3 [L]
我想有這樣 短網址,如果有人去www.mysite.com/johndoe htaccess的送他/她這個link index.php?a = profile & u = johndoe 要做到這一點,最好的方法是什麼?我看過htaccess的教程,並嘗試不同的方法和失敗:/
是否所有的URL對個人資料的鏈接?如果是,那麼我可以修正這個規則。如果沒有(即你有'about-us'和'blog'),那麼你的'htaccess'方法將不適用,因爲可能存在衝突。 – 2013-02-20 05:20:57
@MikeAnthony是啊還有其他的規則,所以我相信exeptions必須作出 – cppit 2013-02-20 11:33:02