|
Posted by Rik on 07/16/06 21:46
Sheldon Glickler wrote:
> "Rik" <luiheidsgoeroe@hotmail.com> wrote in message
> news:a4607$44baa69f$8259c69c$31682@news1.tudelft.nl...
>> It's possible in HTML, see
>> http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm. It's
>> Bad Practice though...
>
> This worked perfectly. Thanks. BTW, why is it bad practice?
Google it.
Some reading material:
http://www.mcanerin.com/EN/articles/301-redirect-scripting.asp
If you have apache, I'd seriously suggest mod_rewrite, and creating a
..htacess file:
----.htaccess---------
RewriteEngine On
RewriteRule ^something\.html$ something.php [R=301]
----------------------
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|