Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 48589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:18:13+00:00 2026-05-10T16:18:13+00:00

I currently use my local web server to allow costumers to preview some applications

  • 0

I currently use my local web server to allow costumers to preview some applications and also to allow downloads of ‘nightly builds’ of my open source library.

Problem is I changed my ISP and now my port 80 is blocked.

Altough I know I could easily change the port on the Apache server, I’d like to avoid that unless there’s no alternative.

Do you know any third party service (free or paid) that would do a port forward to my website, making it transparent to someone accessing it?

One other idea I heard about was using mod rewrite from my current webhost to rewrite to my domain, but I’d also prefer not go this path. Besides that, do you know any .htaccess examples that actually work? I have tried this:

RewriteEngine on RewriteRule ^/(.*) http://www.example.com:8080/$1 

But it doesn’t seem to be working.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T16:18:14+00:00Added an answer on May 10, 2026 at 4:18 pm

    What I’d like is for the costumer to type http://myaddress.com/hello/there?a=1&b=2 and it get translated to http://mylocalserver.com:8080/hello/there?a=1&b=2 and back again to the costumer on a transparent way.

    I believe this is the Apache RewriteRule you’re looking for to redirect any URL:

    RewriteRule ^(.*)$ http://mylocalserver.com:8080$1 [R] 

    From then on the customer will be browsing mylocalserver.com:8080 and that’s what they’ll see in the address bar. If what you mean by ‘and back again’ is that they still think they’re browsing myaddress.com, then what you’re talking about is a rewriting proxy server.

    By this, I mean you would have to rewrite all URLs not only in HTTP headers but in your HTML content as well (i.e. do a regex search/replace on the HTML), and decode, rewrite and resend all GET, POST, PUT data, too. I once wrote such a proxy, and let me tell you it’s not a trivial exercise, although the principle may seem simple.

    I would say, just be happy if you can get the redirect to work and let them browse mylocalserver.com:8080 from that point on.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently I use the following code to retrieve the IP address of the local
I currently develop an iOS app for a local business directory, and I use
I currently use Devise 2.1 + Rails 3.2.x to authenticate users. I'm also going
I currently use Berkeley DBs fronted by a Java server for a high-performance disk-backed
I'm using PHP version 5.3.2 on both my local development server and remote web
I'm currently doing web development with another developer on a centralized development server. In
I currently use Amazon S3 as a backup location for my local machines -
my project is a PHP web application. This applies to my test server (local),
I have a web application that is currently using backbone.js 0.5.3 with backbone local
I'm testing HTML5 offline application. To do that, I'm stopping my local web server

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.