我想設置子如下:的.htaccess子域
http://subdomain.domain.com應該加載什麼是真正http://subdomain.domain.com/index.php/contest/
http://subdomain.domain.com/stepone應該加載什麼是真正http://subdomain.domain.com/index.php/contest/stepone
http://subdomain.domain.com/images/example.jpg應加載http://subdomain.domain.com/images/example.jpg爲正常。
我已經有了這一切設置和工作在主要域的子目錄之前,但現在我試圖做一個子域它停止工作。
這裏是我的.htaccess:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|stylesheets|javascript|email|robots\.txt|test\.php|terms\.html)
RewriteRule ^(.*)$ /index\.php/contest/$1 [L]
請幫幫我!
你得到的錯誤是什麼? – 2010-11-23 03:33:49