: Rewrite rule is causing a redirect to another host and port rather than showing the content at the current URL I have a web application working on: next3.info:83 I want to go there with weburen.next3.nl
I have a web application working on:
next3.info:83
I want to go there with weburen.next3.nl so I used this code:
RewriteEngine on
RewriteCond %{HTTP_HOST} =weburen.next3.nl
RewriteCond %{SERVER_PORT} !^83
RewriteRule ^(.*) next3.info:83/ [L]
It goes to next3.info:83 so the redirect works
But I want to see:
weburen.next3.nl not next3.info:83
How can I make this work?
More posts by @Turnbaugh106
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.