I need a redirect script. Just something fast and simple that I can post in the locations where my sites used to be to point, zip & zoom people over here or to the Pixelog. Anyone have any ideas? Or some code?
Guess what I’m about to start getting set back up here in the new home? Skins! Yeah! And then we can all see this site the way it was meant to be. I’m so glad this move is almost over!
5 replies on “Lead Me, Guide Me…”
Are you looking for something you can use on an HTML page or a PHP thing?
* (META http-equiv=”refresh” content=”3; URL=http://aaa.bbb.ccc.ddd/~christine/”) *
Put the above in between the HEAD tags and you’re good to go. Oh, the asteriks are there to display the code in your comments. Just remove those. The browser will redirect to the new url in 3 seconds. Change the value of ‘content’ to change the delay. If you want to just copy a very basic redirecting index.html, simply grab mine out of /home/saf/public_html/index.html on the old blogomania server .
You could setup an .htaccess file with the following line(s) in it:
Redirect /path/to/old/page http://www.yoursite.com/pathto/newpage
I was going to suggest .htaccess, but I see that Lynda already did. I use it all the time, and it works seamlessly.
I was going to suggest .htaccess, but I see that Lynda already did. I use it all the time, and it works seamlessly.