我一直在試圖把2個獨立的網站放在subfoldres中,並使用rewites來加載它們。Htaccess重寫爲子域名
RewriteEngine On
RewriteBase/
RewriteCond %{HTTP_HOST} !^www\.udstde\.co\.uk
RewriteCond %{HTTP_HOST} test1\.udstde\.co\.uk
RewriteRule (.*) /test1/index.php [L]
RewriteCond %{HTTP_HOST} !^www\.udstde\.co\.uk
RewriteCond %{HTTP_HOST} test2\.udstde\.co\.uk
RewriteRule (.*) /test2/index.php [L]
問題是第一個工作正常,但第二個沒有。
任何人都可以看到我會出錯嗎?
可以在apache的重寫模式中使用變量作爲 [用於在.htaccess單一的RewriteCond多的RewriteRules] [1] [1]:HTTP://計算器。 com/questions/7218164/multiple-rewriterules-for-single-rewritecond-in-htaccess/11559655#11559655 – Huseyin