Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Digital Lifestyle
Web Design and Hosting
Port 80 Blocked
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="lnxmatt" data-source="post: 15695"><p><strong>Free web account + redirect</strong></p><p></p><p>I used to have a Charter cable modem a few years ago and I hosted a site on my own Linux server and setup apache with a different port like 5896 or whatever you feel like. I then signed up for a free geocities account and created an index.html page which had the following contents:</p><p></p><p><html></p><p><head></p><p></p><p><script language="javascript"></p><p>document.location="http://myserver.ipaddress:5896";</p><p></script></p><p></p><p></head></p><p><body></body></p><p></html></p><p></p><p>So whenever somebody went to my geocities account it would forward them to my webserver. So I could manage everything on my server myself and run any services I wanted but still have people be able to get to my sight without having to remember a port. </p><p></p><p>The solution would even work better if you had a site with a registered domain name and put the forward in it. Just something I did to get around the port blocking.</p><p></p><p>Matt</p></blockquote><p></p>
[QUOTE="lnxmatt, post: 15695"] [b]Free web account + redirect[/b] I used to have a Charter cable modem a few years ago and I hosted a site on my own Linux server and setup apache with a different port like 5896 or whatever you feel like. I then signed up for a free geocities account and created an index.html page which had the following contents: <html> <head> <script language="javascript"> document.location="http://myserver.ipaddress:5896"; </script> </head> <body></body> </html> So whenever somebody went to my geocities account it would forward them to my webserver. So I could manage everything on my server myself and run any services I wanted but still have people be able to get to my sight without having to remember a port. The solution would even work better if you had a site with a registered domain name and put the forward in it. Just something I did to get around the port blocking. Matt [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Digital Lifestyle
Web Design and Hosting
Port 80 Blocked
Top