Jump to content

Recommended Posts

Posted

hey guys,

 

just a quick question regards to phpBB3.

 

I've installed it, configured it with Apache and MySQL etc working great....

 

Only thing is that I cant figure out how to get to the forum using the address, I can access it using:

 

http://localhost/forums (on the server)

 

but not with

 

http://scs-srv-it01/forums or http://10.16.1.45/forums (when i go to any other server/workstation i cant)

 

Its going to be someting so simple I know! so sorry.

Posted

Check in your httpd.conf file and make sure this line is set as follows:

 

Listen 80

where 80 is the HTTP Port you are using..

If it has an IP address it will only listen to that IP, if you can only access it via localhost then it might be reading

Listen 127.0.0.1:80

 

Also at ServerName and UseCanonicalName

 

these 3 lines are set to the following on my config.

 

Listen 80
ServerName :80
UseCanonicalName On

 

remember to restart Apache if you change anything..

Posted

If you're running it on windows my first suggestion would be that port 80 is being blocked by the firewall.

 

Also if you're using wampserver you need to right click on the icon and select "put online" or somesuch else you'll get the issue you describe - localhost access only

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...