Jump to content

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

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.