zencart子目录安装wordpress后的地址优化
在zencart安装目录下建立个文件夹blog,相应的地址重写为:
RewriteRule ^blog/ index\.php?main_page=wordpress&%{QUERY_STRING} [L]
RewriteRule ^blog$ index\.php?main_page=wordpress&%{QUERY_STRING} [L]
把上面两句添加到zencart目录的 .htaccess 中。
在zencart安装目录下建立个文件夹blog,相应的地址重写为:
RewriteRule ^blog/ index\.php?main_page=wordpress&%{QUERY_STRING} [L]
RewriteRule ^blog$ index\.php?main_page=wordpress&%{QUERY_STRING} [L]
把上面两句添加到zencart目录的 .htaccess 中。