Jump to content

Recommended Posts

Posted

I would like to test a few things on my WordPress blog before it's really live. My OS is XP and web browser is Firefox.

 

The problem is that I cannot open the web browser in http://localhost/ or 127.0.0.1 It just states that there is a problem loading the page.

 

I opened the Command prompt to ping localhost and it exists. Does anyone have a clue how to do this? :surrender:

Posted

You will not be able to open localhost or the IP number without running a web server on your computer.

 

You will need something like XAMPP. But you can do it another way. You can test on the server by modifying the .htaccess file in the root folder of Wordpress.

 

In your .htaccess file enter the following:

 

>order deny,allow
deny from all
allow from xxx.xxx.xxx.xxx

 

Replace xxx.xxx.xxx.xxx with your IP address.

Posted
You will not be able to open localhost or the IP number without running a web server on your computer.

 

You will need something like XAMPP. But you can do it another way. You can test on the server by modifying the .htaccess file in the root folder of Wordpress.

 

In your .htaccess file enter the following:

 

>order deny,allow
deny from all
allow from xxx.xxx.xxx.xxx

 

Replace xxx.xxx.xxx.xxx with your IP address.

 

Thanks. I was trying to install xampp and didn't understand that if the Apache server wasn't running then http:/localhost/ wouldn't know what to hook up to. Extraordinary what books can teach you...:)

 

Also if anyone has had this problem and is running Skype, close it down in the taskbar, because it uses Port 80 and does not share that spot with anything very well.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...