删除htaccess中的www目录

时间:2017-09-16 04:40:22

标签: .htaccess redirect no-www

我有一个我在其中一个文件夹上创建的网站。现在我想用命令删除该站点。 我的页面位于here

2 个答案:

答案 0 :(得分:0)

如果我已经理解了你的问题(并且请在下次和下次更清楚地说明:) :)你可以这样做:

sudo rm .htaccess

rm -rf Name-of-your-file

有一个美好的伊朗日!

答案 1 :(得分:0)

RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule (.*) https://example.ir%{REQUEST_URI} [R=301,L]

RewriteCond %{HTTPS}s ^on(s)|
RewriteCond http%1://%{HTTP_HOST}%{REQUEST_URI} ^(https?://)www\.(.+) [NC]
RewriteRule ^ %1%2 [L,R,QSA]

第一个代码:删除http并设置为https和 下一个代码:删除https://www并设置为https://