cant access website
Posted by: bubbashatz (---.blng.qwest.net)
Date: June 27, 2012 07:40AM

i try to use my ip address of my pc and it wont connect to create the db and it wont connect through the ip address to view the website I can access it locally but just not throught other computers not on my network



Edited 1 time(s). Last edit at 06/28/2012 04:41PM by bubbashatz.

Options: ReplyQuote
Re: cant access website
Posted by: chihwahli (---.adsl-surfen.hetnet.nl)
Date: June 28, 2012 01:38PM

What if you tried localhost or 127.0.0.1 ?

Options: ReplyQuote
Re: cant access website
Posted by: bubbashatz (---.blng.qwest.net)
Date: June 28, 2012 04:43PM

I can access it locally but not through other. Computers not on my network

Options: ReplyQuote
Re: cant access website
Posted by: RiggsFolly (---.as13285.net)
Date: July 12, 2012 07:18PM

You will need to put wamp ONLINE.


When wamp is OFFLINE it only allows access from ip address 127.0.0.1, for security reasons obviously as wamp is designed to be a development environmant and not live

When you PUT ONLINE it changes this to allow access from anywhere

Options: ReplyQuote
Re: cant access website
Posted by: bubbashatz (---.torservers.net)
Date: July 12, 2012 07:53PM

it is on line and when i try to create the website on mysql using my ip address it wont create the database

Options: ReplyQuote
Re: cant access website
Posted by: RiggsFolly (---.as13285.net)
Date: July 12, 2012 10:33PM

phpMyAdmin is setup to only be allowed to run from localhost. ( security )

have a look as c:\wamp\alias\phpmyadmin.conf

<Directory "D:/wamp/apps/phpmyadmin3.3.9/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

It specifies Allow from 127.0.0.1 ONLY

You could try adding a line like this

Allow from 192.168.0

This will allow access from ANY IP on your internal network.

Check that 192.168.0 are the first 3 numbers of your subnet!!!

Options: ReplyQuote
Re: cant access website
Posted by: RiggsFolly (---.as13285.net)
Date: August 09, 2012 02:19PM

I dont know what that means?

Options: ReplyQuote


Sorry, only registered users may post in this forum.