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/)php