Forum Moderators: coopster

Message Too Old, No Replies

Redirect page

masking new address

         

cascus

2:20 am on Jun 12, 2005 (gmt 0)



Ok so besides the following

<?php
Header ("Location: <new page>");
?>

You can also use the redirect meta tag if you do not run PHP.

<META HTTP-EQUIV=refresh CONTENT="n; URL=somewhere">

**what addition would I place to mask the redirect address? I know I could do this in Frames but there must be another way with PHP or another language/script.

dreamcatcher

8:57 am on Jun 12, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sounds like .htacess and mod_rewrite is what you need.

And welcome to Webmaster World, cascus. :)

dc