Is there any way to make a website event if verizon blocks port 80?
Is there any way to make a website event if verizon blocks port 80?
removed by Unholy
I think you need a port 80 open unless you do it like hamachi wise.
You can run a website on any port you like.
http://yourip:8080, for example.
Yeah, setup a DynDNS name and make it redirect to your IP:8080 so it will be easier.
Just port foward port 8080 or any other port you like.
what do i go into in dns go get to this
removed by Unholy
Make a new hostname/edit and select Webhop and type an address you want to redirect to.
E.g. http://mmowned.kicks-ass.org --> http://mmowned.com/forums
Redirect URL: wowstories.selfip.com:8080 ?
Yes, cloak this page. ? yes or no then what do i type for the next box
Cloaked title: (optional, URL by default)
)
Last edited by project anthrax; 06-13-2008 at 09:50 PM.
removed by Unholy
Don't do cloaking, just redirect it and that's all. It will work fine.
so what do i type in then lol wowstories.selfip.com:8080 cause when i did that
You can't make cyclic redirects.
removed by Unholy
i have verizon also.
make your domain name normal without any redirecting
if you are going to run your webserver with WAMP, left click on the wamp icon next to your clock. Move to Config files and open up httpd.conf
It will open up a note-pad thing. There are 2 places you need to change port 80 to redirect it to 8080
look for
Code:# Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the <VirtualHost> # directive. # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses (0.0.0.0) # #Listen 12.34.56.78:8080 Listen 8080Then people should access your webserver by going toCode:# ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If your host doesn't have a registered DNS name, enter its IP address here. # ServerName localhost:8080
http://www.your.domain:8080/
ok i did that now what?
removed by Unholy