Dynamic Drive Forums
>
General Coding
>
HTML
> Question on redirect
Log in
View Full Version :
Question on redirect
dweiss22
05-30-2006, 10:41 PM
How can I redirect one URL to another one but keeping the first one visible in browser address window? With html or in .htaccess or anyhow.
Thanks.
Twey
05-30-2006, 10:43 PM
RewriteEngine on
RewriteRule ^(page1).html$ $1.php
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.