在htaccess文件中重写网址 - 删除查询字符串

时间:2017-05-07 18:31:24

标签: apache

我从来没有编辑.htaccess文件,所以对不起我的糟糕尝试

RewriteEngine On
RewriteCond %{REQUEST_URI}  ^/index\.php$
RewriteCond %{QUERY_STRING} ^id=([0-9]*)$
RewriteRule ^(.*)$ http://example.site/index/%1 [R=302,L]

我正在尝试将http://ex.com/shop/?s=sa重写为http://ex.com/shop/sa

0 个答案:

没有答案