|
How to do Apache Redirects Blah Blha Rather than use meta tags to redirect someone to a different page, if you use an Apache web server (and your admin allows you to use .htaccess files) you can do a proper http redirect to a different page. Say when someone goes to www.blah.com/oldstuff you want them redirected to http://www.oldblah.com. Create a .htaccess file that looks like: Redirect /oldstuff/index.html http://www.oldblah.comUpload it into your www.blah.com account and put the .htaccess in the oldstuff directory. Voila. You now have page redirection pablo , 2002-11-16 13:04:52 |