全球主机交流论坛
标题:
nginx 转.htaccess求助
[打印本页]
作者:
下面都湿了
时间:
2013-1-15 23:23
标题:
nginx 转.htaccess求助
rewrite "^/tags.html$" /index.php?main_page=tags&$args last;
rewrite "^/producttags/([A-Za-z0-9-]+)$" /index.php?main_page=tags&letter=$1 last;
rewrite "^/producttags/([A-Za-z0-9-]+)/([0-9]+)$" /index.php?main_page=tags&letter=$1&pageno=$2 last;
rewrite "^/dresses/([A-Za-z0-9-]+)/(.+)$" /index\.php?main_page=tags_search_result&inc_subcat=1&search_in_description=1&letter=$1&keyword=$2 last;
复制代码
怎么转成.htaccess
好像只有htaccess转nginx的工具
作者:
pojtt
时间:
2013-1-15 23:25
RewriteRule tags.html$ /index.php?main_page=tags&$args
RewriteRule producttags/([A-Za-z0-9-]+)$ /index.php?main_page=tags&letter=$1
RewriteRule producttags/([A-Za-z0-9-]+)/([0-9]+)$ /index.php?main_page=tags&letter=$1&pageno=$2
RewriteRule dresses/([A-Za-z0-9-]+)/(.+)$ /index.php?main_page=tags_search_result&inc_subcat=1&search_in_description=1&letter=$1&keyword=$2
复制代码
欢迎光临 全球主机交流论坛 (https://sunk.eu.org/)
Powered by Discuz! X3.4