Jump to content

Custom Error Pages .htaccess


-Karl-

Recommended Posts

Okay, this isn't exactly a PHP problem, but it relates to PHP.

 

I have my .htaccess file:

ErrorDocument 400 /errordocs/error400.php
ErrorDocument 401 /errordocs/error401.php
ErrorDocument 403 /errordocs/error403.php
ErrorDocument 404 /errordocs/error404.php
ErrorDocument 500 /errordocs/error500.php

 

This works fine if a user goes to www.mywebsite.com/pagethatdoesntexist.php, however, it doesn't if they go to www.mywebsite.com/hello/pagethatdoesntexist.com. Well, it attemps to work but the images aren't loaded, as the PHP files point to a specific folder www.mywebsite.com/images, so if a user goes into another directory it will try to find the images folder in there. How can I make it get the images from the correct directory, no matter which other directory the user is in?

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.