任何人都可以帮助我.htaccess条目
301将非WWW重定向到WWW网址的htaccess条目
RewriteEngine on
RewriteCond %{HTTP_HOST} ^!acethehimalaya.com$ [NC]
RewriteRule ^(.*)$ http://www.acethehimalaya.com/$1 [R=301,L]
将www.acethehimalaya.com/index.html重定向至www.acethehimalaya.com
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/index.html$
RewriteRule .* http://www.acethehimalaya.com/ [R=302,L]
这个条目是否有效,因为它给我带来了问题,我无法登录我的后端
答案 0 :(得分:1)
允许所有人 RewriteEngine On RewriteCond%{THE_REQUEST} ^ [A-Z] {3,9} \ /index.php \ HTTP / RewriteRule ^ index.php $ http://kursayin.am/ [R = 301,L] AddDefaultCharset utf-8
适用于此网站
答案 1 :(得分:0)
RewriteEngine On
RewriteCond%{THE_REQUEST} ^ [A-Z] {3,9} \ /index.html \ HTTP /
RewriteRule ^ index.html $ http://acethehimalaya.com/ [R = 301,L]
:)尝试这个我在我的网站上使用这样的代码