RewriteCond动态到静态url不起作用

时间:2012-11-29 20:13:10

标签: apache .htaccess mod-rewrite

我尝试更改当前的网址:

www.mypage.de/?section=messages&sub=received

到这个网址:

www.mypage.de/messages/received

我试过这个:

DirectoryIndex index.php
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteRule $1/(.*)/ /?section=$1
</IfModule>

但没有效果。

感谢fabian

0 个答案:

没有答案