我必须重写以下网址,有人可以建议执行此操作的.htaccess文件的内容。
例如:
example.com/retrieve_cat.php?subcat=364&c=134
需要看起来像:
example.com/category/subcategory/
有可能重写这个吗?
答案 0 :(得分:1)
Options +FollowSymLinks
Options +Indexes
RewriteEngine On
RewriteBase /
RewriteRule ^retrieve_cat.php?subcat=(.*)&c=(.*) $2/$1/