How to make wamp server online
http://www.simonewebdesign.it/how-to-put-online-your-wampserver/
http://www.simonewebdesign.it/how-to-put-online-your-wampserver/
6
|
It should have been a simple case of left clicking the WAMPManager menu and clicking
Put online .
What that would have done is changed this section of
httpd.conf from this:
If using Apache 2.2.x
To this:
If using Apache 2.4.x
To this:
And strictly thats all you should have needed to do!
But as you have done some manual messing with httpd.conf here are some things you need to check. I am assuming you wanted to change the port to 8080 rather than thinking you had to for some reason. If you didnt want to change port number to 8080 then use 80 in the following info instead of 8080. Changing to 8080 just makes life more complicated for your users, but if this is just a play site that does not really matter I suppose.
httpd.conf
If using Apache 2.2.x
If using Apache 2.4.x
If you made the common mistake of changing this section, change it back to this, or you will be giving access to your C:\ to anybody.
If using Apache 2.2.x
If using Apache 2.4.x
I hope something in here makes you stumble upon your mistake or ommission.
|
Comments
Post a Comment