Posted by juglesh on 10/12/05 19:42
Bert Melis wrote:
> If you put the absolute path into your htaccess
>
> ErrorDocument 404 http://www.domain.tld/errors/404.php
>
> the address in the address-bar of your browser changes to the
> error-document. If you put a relative document in your htaccess
>
> ErrorDocument 404 /errors/404.php
>
> the address will not change, and you can fetch the wrong url by
> $_SERVER['REQUEST_URI'].
Ahh, that's it. I had been using a common 404 for a few different
sites, therefore using an absolute path to it.
Thanks alot!
Navigation:
[Reply to this message]
|