Discount Perfume - Wordpress Theme - Sport Betting Bonuses - Deaf Topics - Debt Consolidation

PDA

View Full Version : How can I redirect w/o .htaccess


exam
Sep 25th 2004, 2:44 pm
I need to redirect a couple of *.html pages to new pages. I cannot use .htaccess in the directory or apache.conf files, because they are not allowed by my webhost. Also I can't use php to send headers because (again) the webhost only sends *.php pages to the php parser. Any ideas, or am I screwed?

schlottke
Sep 25th 2004, 2:49 pm
JS will do this, here is a page with numerous choices to pick from/
http://www.javascript-2.com/redirect.html

exam
Sep 25th 2004, 3:07 pm
Thanks for the site, it has many options. Granted, I didn't read all the scripts there, but I would like a 301 redirect if possible, for the G advantage, What I'll have to do in the meantime, is a simple meta refresh tag.