DesktopServer – Create locally installed WordPress Websites › Forums › Public Discussions › Unable to open with Google Chrome
- This topic has 6 replies, 3 voices, and was last updated 6 years, 7 months ago by
Gregg.
-
AuthorPosts
-
-
July 31, 2015 at 6:28 pm #70251
Charlie Berg
ParticipantI am a newbee and I have Server installed successfully and browser changed to ‘Chrome’. When trying to open with Chrome, I get the message’new generic top level domain’ and chrome won’t open the .dev website.
Can’t seem to find anyone else with this issue. -
August 3, 2015 at 7:31 am #70957
Gregg
KeymasterHello Charlie,
Are you able to open your created website with another browser, Firefox, Safari?
-
August 3, 2015 at 8:41 am #71001
Charlie Berg
ParticipantGregg,
Thanks. No, I tried Firefox and it won’t allow me to open either. -
August 6, 2015 at 5:32 pm #72564
Danny Franklin
ParticipantI am a newbee too. I installed ServerPress v3.8.0 today on XP, but I can’t open the dev website or the localhost. Attached is a screenshot of the error message I received for both the dev site and the localhost.
-
August 6, 2015 at 6:02 pm #72572
Charlie Berg
ParticipantDanny,
I had the same problem and found that when installing ServerPress it did not write to the ‘host’ file (with Vista I found the file C:\Windows\System32\drivers\etc\ hosts)
To open the file:
1)Click Start button , click All Programs, click Accessories, right-click Notepad, and then click Run as administrator
2)Use Notepad to browse for the file: C:\Windows\System32\drivers\etc\ hosts
3) change to ‘All Files’ and you should see the contents of the hosts file
4) The bottom portion of mine looked like:
127.0.0.1 localhost
::1 localhost127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
5)I then added 2 lines for the website I created (website1test.dev) and it looked like this:
127.0.0.1 localhost
::1 localhost127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 website1test.dev
127.0.0.1 http://www.website1test.dev
6) Apparently your browser looks at this file before it goes out to find an address. 127.0.0.1 is your PC, so the browser will then look for the website you created on your PC first.
7)Save the file in Notepad and then try finding your site again with your browserHope I haven’t skipped anything, but this finally worked for me. I’m sure someone else can give a better explanation.
Hope this helps.
Charlie -
August 7, 2015 at 12:29 pm #72815
Danny Franklin
ParticipantCharlie,
Thanks. Unfortunately in my case ServerPress did write to the host file and even made a backup (hosts.ds_backup).My host file (before ServerPress) contained only the following at the bottom:
127.0.0.1 localhost
After the ServerPress install it contained the following:
127.0.0.1 localhost
### Begin DesktopServer – do not edit this and proceeding lines ###
127.0.0.1 http://www.kevs.dev
### End DesktopServer – do not edit this and preceeding lines ###Hopefully the fix for this CONNECTION_REFUSED issue is something else as easy as editing the host file.
Danny -
November 17, 2015 at 7:16 am #122958
Gregg
KeymasterHello Danny,
Please try the following steps
Open DesktopServer
Select the first option “Stop or restart the web and database services.” [ Next > ]
Select “Restart the web and database services.” [ Next > ]
[ Next > ]Visit website
Please let us know if this does not resolve the issue by opening a new ticket.
-
-
AuthorPosts
- The topic ‘Unable to open with Google Chrome’ is closed to new replies.