Gå til innhold
Trenger du hjelp med internett og nettverk? Still spørsmål her ×

Apache


Anbefalte innlegg

Videoannonse
Annonse

Ok...jeg fikk løsningen et annet sted, og den er som følger:

Quote:



First you need to create the error page - just a simple page that says "Error 404 - Page Not Found" or whatever.


Then you need to create an ErrorDocumentdirective in Apache that points to the error page you created.

For example, if you created a 404 error page at
use a directive like this:


Code:


ErrorDocument 404 /error/404.htm

. In that example, 404is the error code and /error/404.htmis the location of the page it should display when that error code comes up.

Put that line in an .htaccessfile in your root directory, and you should be set.

 

You might consider doing error pages for some of the more common error codes out there, such as 500 - Internal Server Errorand 301 - Forbidden.

 

Also remember that unix filenames are case-sensitive. Check that the cases match.

If you've got all that, then it should work perfectly.


Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
×
×
  • Opprett ny...