开发者

Google Chrome and Mac Localhost Issues

开发者 https://www.devze.com 2023-03-30 01:35 出处:网络
Odd and annoying issue. I have Apache up and running on My mac and I\'m utilizing the virtual hosts capability. Though oddly enough, whenever I type in the local site, in this case: local.511, it just

Odd and annoying issue. I have Apache up and running on My mac and I'm utilizing the virtual hosts capability. Though oddly enough, whenever I type in the local site, in this case: local.511, it just goes to search. If I do http://local.511, it seemed to have work. Though only after doing it at least 15 times. Also, even after getting that to work, I still can't navigate to other pages by simply typing them in. IE: local开发者_如何学Python.511/lalaal/page1.

It works fine in Safari and Firefox.

Any ideas for Chrome?

OSX 10.6 Chrome 10.0.648.151


If it's a custom TLD then chrome will assume you want to do a search. You either have to use http://local.511 or change the 511 to something like .com, .net, .org etc and set up that domain in your hosts file.

Edit:

Actually it seems you can just add a slash to the end of the url:

local.511/

0

精彩评论

暂无评论...
验证码 换一张
取 消