标签: 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