IanT Posted November 16, 2008 Posted November 16, 2008 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.
danIT Posted November 16, 2008 Posted November 16, 2008 Either enable port forwarding on your Router to allow port 80, if your going through a router. OR Firewall?
IanT Posted November 16, 2008 Author Posted November 16, 2008 I only wanna use this forum locally in side the network.
Gatt Posted November 16, 2008 Posted November 16, 2008 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..
kesomir Posted November 16, 2008 Posted November 16, 2008 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
IanT Posted November 16, 2008 Author Posted November 16, 2008 Sorted it now guys, I was using program called EasyPHP......found that Wamp Server and its all working. Ian.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now