Jump to content

Recommended Posts

Posted

Does anyone know the coding to this?

 

I'd like people to see this when they come to a broken link at my photo website.

 

Thanks!

 

Weezy

Posted

Almost correct. Better is:

 

>ErrorDocument 404 yourerrorpage.html

 

If you specify a domain name for the error document, the web server will always redirect you to the error page, and thus effectively return error 301 instead of 404.

Posted

# -FrontPage-

 

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

 

<Limit GET POST>

order deny,allow

deny from all

allow from all

</Limit>

<Limit PUT DELETE>

order deny,allow

deny from all

</Limit>

AuthName www.hoofprints.ca

AuthUserFile /home/photos/public_html/_vti_pvt/service.pwd

AuthGroupFile /home/photos/public_html/_vti_pvt/service.grp

 

 

------------------------------

Above is my .htaccess file, where do I enter that info?

 

Thanks for all your help guys!

 

Weezy

Posted
Almost correct. Better is:

 

>ErrorDocument 404 yourerrorpage.html

 

If you specify a domain name for the error document, the web server will always redirect you to the error page, and thus effectively return error 301 instead of 404.

Thanks. :)

Now I learned something new. :flex:

Posted

On TCH servers just create your error pages with the extension .shtml

e.g. 404.shtml, 301.shtml

and the user will be redirected to the proper page. The only issue you might have is with subdomains. If you do you can just drop a copy of your error pages in that directory.

Posted (edited)

YAY IT WORKED - THANKS!!!!!!!

 

Is there any other numbered error pages I should make?

 

THAT IS PERFECT for what I needed Dick!

 

:flex: :dance: :) :dance:

 

Weezy

Edited by whoahorse

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...