0
創建htaccess的我在domain.com subdomain.domain.com,當我在瀏覽器中鍵入subdomain.domain.com和URL書面http://subdomain.domain.com/%20//subdomain.domain.com和我的.htaccess這樣的:如何爲子域
RewriteEngine on
RewriteBase/
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ www.jubelmart.com/index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
我可以爲此獲得幫助嗎?