Jump to content

custom error document in .htaccess


kranthi117

Recommended Posts

i hav this line in my .htacess file

ErrorDocument 403 /site/403.php

 

and this in my test.php file

<?php
header(' ',true,403);
?>

 

but when i open http://localhost/site/test.php i m getting nothing but a blank screen but i m expecting 403.php to open in its place

plz help me

 

Plz dont suggest something like

<?php
header('Location: http://localhost/site/403.php');
?>

 

Link to comment
https://forums.phpfreaks.com/topic/93453-custom-error-document-in-htaccess/
Share on other sites

well http://in2.php.net/manual/en/function.header.php#77846

i hav tried this many times and it worked perfectly well. i checked tru live HTTP headers of FF

 

i even tried

<?php header("HTTP/1.0 Error 403 Forbidden"); ?>

but in vain

 

httwatch basic(www.httpwatch.com) in IE shows its a 500 error in either case

Archived

This topic is now archived and is closed to further replies.

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