重定向.htaccess文件中的信息,示例...
Redirect 301 /armaflex.html http://www.just-insulation.com/002-brands/armaflex.html
在...的URL栏中返回此响应 http://www.just-insulation.com/002-brands/armaflex.html?file=armaflex 我无法理解为什么附加文本"?file = armaflex"已添加
以下代码插入文件顶部...
RewriteEngine On
# redirect html pages to the root domain
RewriteRule ^index\.html$ / [NC,R,L]
# Force www. prefix in URLs and redirect non-www to www
RewriteCond %{http_host} ^just-insulation.com [NC]
RewriteRule ^(.*)$ http://www.just-insulation.com/ [R=301,NC]