Dick Middleton wrote:
> Bart,
>>>Have a look at mod_proxy
>
>> I already did, it seems to work only with subdomains. Or am I mistaken
>> there? I can't find good information on not using subdomains as it's
>> difficult to search for...
>
> No. Reverse proxy is more like an alias where a particu
Dick Middleton wrote:
> Bart Braem wrote:
>
>> Is it possible to redirect requests on a certain url to a local server on
>> a different port? Something like www.somewhere.com/something to
>> localhost:8080 and www.somewhere.com/something/extended/version to
>> l
victor wrote:
> Try sometring like this
> Redirect /index.php http://localhost:8081
> I use it with virtual host.
> index.php is a file from the docroot of that virtual host.
That seems a nice solution but how can I make it work for an unlimited
number of files? Should I use regular expressions t
Hello,
Is it possible to redirect requests on a certain url to a local server on a
different port? Something like www.somewhere.com/something to
localhost:8080 and www.somewhere.com/something/extended/version to
localhost:8080/extended/version.
I can't use virtual hosting there, how about url rewr