.htaccess ci放在子目录时规则

Posted ericyuan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.htaccess ci放在子目录时规则相关的知识,希望对你有一定的参考价值。

RewriteEngine on
RewriteCond $1 !^(index\.php|themes|\.well-known|uploads|bbs|editor|xcx_jw|act|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteRule ^/xcx_jw/(.*)$ /xcx_jw/index.php/$1 [L]

上述代码,两个ci网站分别放置在根目录(/)以及子目录里(/xcx_jw/)

以上是关于.htaccess ci放在子目录时规则的主要内容,如果未能解决你的问题,请参考以下文章