Avatar of sabecs
sabecs

asked on 

Redirect to new website but keep URL of old site using .htaccess.

Is it possible to update current .htaccess file below which redirects fine, but I want to display old website URL  when redirected to new website.


RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_HOST} ^oldwebsite\.com\.au$ [OR]
RewriteCond %{HTTP_HOST} ^www\.oldwebsite\.com\.au$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ "https\:\/\/newwebsite\.com\.au\/$1" [R=301,L]
Apache Web Server

Avatar of undefined
Last Comment
sabecs
Avatar of Dr. Klahn
Dr. Klahn

When the redirect occurs, the browser displays the URL of the new web site.  If the connection is via HTTPS the site name of the connected site is always displayed.  This can't be overridden; it's a security issue.
Avatar of sabecs
sabecs

ASKER

Ok, what if we don't use https?
ASKER CERTIFIED SOLUTION
Avatar of Dr. Klahn
Dr. Klahn

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of sabecs
sabecs

ASKER

Thanks for your help, very much appreciated.
Apache Web Server
Apache Web Server

The Apache HTTP Server is a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. Typically Apache is run on a Unix-like operating system, but it is available for a wide variety of operating systems, including Linux, Novell NetWare, Mac OS-X and Windows. Released under the Apache License, Apache is open-source software.

21K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo