View Single Post
  #2 (permalink)  
Old Nov 15th, 2006, 13:22
moojoo's Avatar
moojoo moojoo is offline
Moderator
Join Date: Aug 2005
Location: Texas
Posts: 2,020
Blog Entries: 1
Thanks: 0
Thanked 33 Times in 33 Posts
Re: .htaccess problems, custom 404

Any good FTP app will show it or you can telnet/ssh in to the server and find it that way too via Terminal.app or the windows equivelant. You may want to try FileZilla as its free and fairly decent, if you are on a Mac get Transmit or CyberDuck.

As for creating the .htaccess to enable said function.

I normally tunnel into my server and cd (Change Directory) to where I want the file then pico the .htaccess file. If the file does not exist you can write it out in pico. Then add this line:

ErrorDocument 404 /your_error_file_name.html

for me I just hit Control + X to write out the file. then yes at the prompt.
__________________
I hate IE 6. Just sayin....

Last edited by moojoo; Nov 15th, 2006 at 13:35.
Reply With Quote