Okay i looked and didnt see a guide on it. Sorry if this isnt organized or im missing stuff i learnred on my own!
If your isp is blocking port 80 and you want to get a working registration page this is what you do.
Install wamp
Download/ create your reg page ( i used this setup http://www.mmowned.com/forums/emulator-server-guides/152061-guide-how-easily-set-up-signup-page-pics.html )
do all the steps for a reg page (eg. wamp/www/)
NOW IMPORTANT PART-
go into C:\wamp\bin\apache\apache2.2.8\conf/httpd <-------open it with notepad!
MOD this
#Listen 12.34.56.78:80
Listen 80
TO
#Listen 12.34.56.78:8080 <--i used port 8080 b/c its open
Listen 8080 <--i used port 8080 b/c its open
ServerName localhost:80
TO
ServerName localhost:8080 <--i used port 8080 b/c its open
THEN
Save and close
START WAMP
Now say your reg page is "http//wowserver.servegame.com/"
USE LIKE THIS
"http//wowserver.servegame.com:8080/" <--- is the link to your site
: means port
So this is how i learnt like i said i learnt on my own so there may be a easier way or a way to not use 8080. just my way i learned flipping threw config files
Example of this all completed, link to my site - http://forgotten-wow.servegame.com:8080/
if you have any questions you can add my msn at [email protected]
<3
Heres a picture![]()