标签:网站 col 子目录 themes dex class cond tee code
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/)
标签:网站 col 子目录 themes dex class cond tee code
原文地址:https://www.cnblogs.com/ericyuan/p/8970764.html