带.htaccess的友好网址。删除/index.php?a=

时间:2014-11-02 15:56:54

标签: php

我正在疯狂寻找解决我问题的方法,但我无法帮助自己..我现在经常使用搜索栏,但我找不到能够帮助我摆脱困境的解决方案。所以我决定问你们如何摆脱" /index.php?a = "从我的网址和这样的网址" /index.php?a=profile&u = "," index.php?a = track& id = 12 "。网址应该是www.mydomain.com/Stream或www.mydomain.com/user,甚至是www.mydomain.com/user/track

我的.htaccess看起来像这样。

RewriteEngine on
RewriteCond %{request_filename} -f
RewriteRule ^(.*) $1 [L]
RewriteRule ^(([^/]*)+)(/([^/]{0,32})(/.+)?)?$  index.php?a=$1&q=$3    [L]

我还有一个包含网址的classes.php,如果有必要的话。

0 个答案:

没有答案