禁用xampp将http重定向到https [英] disable xampp redirect http to https

查看:835
本文介绍了禁用xampp将http重定向到https的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在localhost的xampp上为wordpress创建了VirtualHost,并在httpd-vhosts.conf中添加了这段代码:

I created VirtualHost at my xampp in localhost for wordpress and add this code in httpd-vhosts.conf :

<VirtualHost *:80>
ServerAdmin webmaster@mysitefolder
DocumentRoot "E:/xampp/htdocs/mysitefolder"
ServerName mysitefolder
ErrorLog "logs/mysitefolder-error.log"
CustomLog "logs/mysitefolder-access.log" common
</VirtualHost>

但输入 http :// mysitefolder 在浏览器中它是aout重定向到 https:// mysitefolder 而不加载我的网站。如何禁用https并仅使用http?谢谢

but when enter http://mysitefolder in browser it's aout redirect to https://mysitefolder and not load my site. how can disable https and only using http ?thank you

推荐答案

我没有足够的声誉来评论,但如果你正在使用Chrome和 .dev 本地服务器域,请查看这篇文章。 Chrome已购买 .dev gTLD,现在强制重定向到 https:// 。如果是这样,请考虑使用 .test 或其他一些域名。测试它的一种快速方法是尝试其他浏览器。

I don't have enough reputation to comment but if you are using Chrome and a .dev local server domain, have a look at this post. Chrome have purchased the .dev gTLD and now force the redirect to https://. If so, consider using .test or some other domain. A quick way to test it would be to try another browser.

这篇关于禁用xampp将http重定向到https的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆