我目前使用phpDolphin作爲我的網站社交網絡,phpDolphin不是SEO網址準備好的,我正在研究如何修復.htaccess的友好seo網址,我似乎無法處理它。這裏是我當前的.htaccessphpDolphin SEO Url
而且,這裏的網址是如何出現
http://feisbu.me/index.php?a=profile&u=cubaton3
,我想表明:http://feisbu.me/cubaton3
這是我的.htaccess文件
RewriteEngine on
RewriteCond %{request_filename} -f
RewriteRule ^(.*) $1 [L]
RewriteRule ^(([^/]*)+)(/([^/]{0,32})(/.+)?)?$ index.php?a=$1&q=$3 [L]
請幫助我,謝謝。