Web Development Thread, phpbb forum in Coding and Web Development; hey guys,
just a quick question regards to phpBB3.
I've installed it, configured it with Apache and MySQL etc working ...
-
16th November 2008, 01:00 PM #1 phpbb forum
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.
-
-
IDG Tech News
-
16th November 2008, 01:10 PM #2 Either enable port forwarding on your Router to allow port 80, if your going through a router.
OR
Firewall?
-
-
16th November 2008, 01:13 PM #3 I only wanna use this forum locally in side the network.
-
-
16th November 2008, 01:23 PM #4 Check in your httpd.conf file and make sure this line is set as follows:
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
Code:
Listen 127.0.0.1:80
Also at ServerName and UseCanonicalName
these 3 lines are set to the following on my config.
Code:
Listen 80
ServerName <my-server-name>:80
UseCanonicalName On
remember to restart Apache if you change anything..
-
-
16th November 2008, 01:27 PM #5 Let me give that a try.
Ian.
-
-
16th November 2008, 01:41 PM #6 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
-
-
16th November 2008, 05:05 PM #7 Sorted it now guys, I was using program called EasyPHP......found that Wamp Server and its all working.
Ian.
-
SHARE:
Similar Threads
-
By FN-GM in forum Windows Vista
Replies: 0
Last Post: 22nd June 2008, 11:24 PM
-
By Dos_Box in forum Comments and Suggestions
Replies: 20
Last Post: 19th May 2008, 09:50 AM
-
By browolf in forum Web Development
Replies: 0
Last Post: 29th November 2007, 12:59 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules