原始地址
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
如何隐藏入口文件
时间: 2024-10-07 22:50:31
原始地址
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
如何隐藏入口文件