原始地址
http://localhost/XCMS/index.php?factory/data/?cid=11&mid=2
我想要变成
http://localhost/XCMS/factory/data/?cid=11&mid=2
怎么写法?
RewriteEngine on
RewriteRule !static|index\.html index.php
原始地址
http://localhost/XCMS/index.php?factory/data/?cid=11&mid=2
我想要变成
http://localhost/XCMS/factory/data/?cid=11&mid=2
怎么写法?
RewriteEngine on
RewriteRule !static|index\.html index.php
转载于:https://my.oschina.net/u/554046/blog/299669