大跌眼镜哉,,htacess怎么重写都无效~~
http.ini的没问题,
[ISAPI_Rewrite]<br /> <br /> # 3600 = 1 hour<br /> CacheClockRate 3600<br /> <br /> RepeatLimit 32<br /> <br /> # Protect httpd.ini and httpd.parse.errors files<br /> # from accessing through HTTP<br /> <br /> # duoduo Rewrite规则<br /> <br /> RewriteCond Host: (.*)stu80\.com$<br /> RewriteRule (.*) http\://www\.youyax\.com [R,I]<br /> <br /> RewriteCond Host: ^www\.stu80\.com$<br /> RewriteRule (.*) http\://www\.youyax\.com [R,I]<br /> <br /> RewriteCond Host: ^youyax\.com$<br /> RewriteRule (.*) http\://www\.youyax\.com [R,I]<br /> <br /> RewriteRule ^/forum/((Index|List|Content|admin|Vote|Message|Favor).*)$ /forum/index\.php/$1 [L]<br /> RewriteRule ^/m/((Index|List|Content|admin|Vote|Message|Favor).*)$ /m/index\.php/$1 [L]
RewriteEngine On<br /> <br /> #rewriteCond %{http_host} ^stu80\.com [NC]<br /> #rewriteRule ^(.*)$ http://www\.youyax\.com/$1 [R=301,L]<br /> <br /> #rewriteCond %{http_host} ^youyax\.com [NC]<br /> #rewriteRule ^(.*)$ http://www\.youyax\.com/$1 [R=301,L]<br /> <br /> RewriteRule forum/((Index|List|Content|admin|Vote|Message|Favor).*)$ /forum/index.php/$1<br /> #RewriteRule ^/m/((Index|List|Content|admin|Vote|Message|Favor).*)$ /m/index\.php/$1 [L]