Forum Moderators: travelin cat
The old URL is hosted on our server running WebSTAR 4 on a mac os 9.
The new URL is on a different server off-site (which I have no root level access to)
I am wanting to use a 301 redirect. How can I do this? I believe our WebSTAR server is set up in a very minimal way.
Keep in mind that I am not a webmaster, just a guy put in the positon of having to maintain things set up by someone else so my knowledge is very limited (mostly to design of webpages)
Thanks for the help!
Plus it doesn't say anything about what type of redirect file it creates...like a 301 or a 302... Unless it covers that in the part about "Internal Structure of Redirect Files".
I guess I just may have to do some testing...
Follow the five steps that start on page 191 and continue on to page 192. The "Make Redirect File" application is going to generate a text file in the correct location on your server. That redirect is a 302 by default, but once it's made you can just open it with BBEdit (or pico, or whatever text editor you want) and change the "302 Found" to a "301 Moved Permanently"
Let us know how that works out for you. :)