如何创建 .htaccess 文件?创建 .htaccess 文件后是否需要重新启动服务器?
RewriteEngine On
RewriteCompatibility2 On
RepeatLimit 200
RewriteBase
# unsupported directive: [ISAPI_Rewrite]
RewriteCond %{HTTP:Host} ^xxx\.com$
RewriteRule (.*) http\://www.xxxx.com$1 [NC,R=301,U]
RewriteRule ^/main.html$ http\://www.xxx.com/index.cfm [NC,R=301,U]
ErrorDocument 404 /Errors.htm
提前致谢。