Forum Moderators: phranque
redirect 301 /Links2.htm [example.com...]
And thats it, I did not have a .htaccess file, so I had to create one. Does it matter what type of server its on? I have it in my htdocs (live root directory).
I can not think what I am doing wrong. I have also tried redirect permanent, but nothing. Does the actual url change in the browsers
Cheers
[edited by: heini at 8:01 pm (utc) on Oct. 30, 2003]
[edit reason] - fixed link - [/edit]
Does it matter what type of server its on?
I may be wrong, but I believe that .htaccess only works on an apache server. I also believe that the server administrator can decide how much authority to delegate to users via .htaccess.
Presumably other servers have a similar functionality (with a different syntax).
redirect 301 ^Links2.htm$ [example.com...]