PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
Darrell3831
Worker
Worker


Joined: Feb 18, 2004
Posts: 244

PostPosted: Sat Feb 18, 2006 8:44 am Reply with quote Back to top

How do you pass a server variable out of the .htaccess file into your script?

This dosent work:

Code:
ErrorDocument 404 /modules.php?name=404_Error&uri=%{ENV:REQUEST_URI}


I'm trying to pass the requested URI that generated a 404 error to my .php script to proccess the error.

I cannot do this in the .php file because the environment variables are not the actual ones that caused the 404 in the first place.

Code:
if ($notify_admin==1) {
   $subject = "404 Error Report";
   $mailheaders  = "From: $from\n";
   $mailheaders .= "Reply-To: $to\n\n";

   $ip = $_SERVER['REMOTE_ADDR'];
   $requri = $_SERVER['REQUEST_URI'];
   $servname = $_SERVER['SERVER_NAME'];
   $httpref = $_SERVER['HTTP_REFERER'];
   $httpagent = $_SERVER['HTTP_USER_AGENT'];

   $combine = "IP: ". $ip . " tried to load " . $servname . $requri ;
   $today = date("D M j Y g:i:s a T");

   $message = "$today \n
   $combine \n
   User Agent = $httpagent \n
   $httpref \n
   "._404_TURNOFF."\n";

   mail($to, $subject, $message, $mailheaders);
}


So, I must catch them in the .htaccess file and pass them to my .php file, but I don't know how.

Thanks,
Darrell
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4821

PostPosted: Sat Feb 18, 2006 3:56 pm Reply with quote Back to top

Try changing
Code:
$requri = $_SERVER['REQUEST_URI'];
to
Code:
$requri = getenv ("REQUEST_URI");
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum