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