<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2084545177611905667</id><updated>2011-10-13T00:46:33.049-07:00</updated><title type='text'>Trouble with php error pages</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://phperrors.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://phperrors.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>JOSE</name><uri>http://www.blogger.com/profile/13148078572391896670</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2084545177611905667.post-3135609092508195644</id><published>2007-12-21T03:47:00.000-08:00</published><updated>2007-12-21T03:50:31.559-08:00</updated><title type='text'>Custom Error Pages</title><content type='html'>Creating custom error pages in PHP Fusion is easy. This article shows you how to create a custom 404 'page not found' error page but it can easily be modified to create pages for other ErrorDocument codes.&lt;br /&gt;&lt;br /&gt;If have applied the &lt;a href="http://www.web-bureau.com/page-title-optimisation-r38.htm"&gt;page title optimisation mod&lt;/a&gt; your visitor will be presented with an informative page which matches the theme of your site AND which also has a HTML title tag of your choosing.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 1:&lt;/b&gt; Download the code for &lt;b&gt;404.php&lt;/b&gt; from the &lt;a href="http://www.web-bureau.com/infusions/cvs/cvs.php"&gt;CVS Browser&lt;/a&gt; (click the disk).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 2:&lt;/b&gt; Edit and modify 404.php to meet your requirements.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 3:&lt;/b&gt; Upload 404.php to the root directory of your PHP Fusion installation.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 4:&lt;/b&gt; Create a .htaccess file if you don't already have one and add the following to it.&lt;br /&gt;&lt;br /&gt;## Forbidden&lt;br /&gt;ErrorDocument 404 /404.php&lt;br /&gt;&lt;br /&gt;That's it  - your done!&lt;br /&gt;&lt;br /&gt;To create pages for other ErrorDocument codes: Download 404.php and rename it to whatever error code you have in mind and modify your .htaccess file accordingly. Possible inclusions are:&lt;br /&gt;&lt;br /&gt;## Bad Request&lt;br /&gt;ErrorDocument 400 /400.php&lt;br /&gt;&lt;br /&gt;## Unauthorized&lt;br /&gt;ErrorDocument 401 /401.php&lt;br /&gt;&lt;br /&gt;## Payment Required&lt;br /&gt;ErrorDocument 402 /402.php&lt;br /&gt;&lt;br /&gt;## Forbidden&lt;br /&gt;ErrorDocument 403 /403.php&lt;br /&gt;&lt;br /&gt;## Not Found&lt;br /&gt;ErrorDocument 404 /404.php&lt;br /&gt;&lt;br /&gt;## Server Error&lt;br /&gt;ErrorDocument 500 /500.php&lt;br /&gt;&lt;br /&gt;## Bad Gateway&lt;br /&gt;ErrorDocument 502 /502.php&lt;br /&gt;&lt;br /&gt;For a more complete list view the &lt;a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html" target="_blank"&gt;HTTP/1.1 Status Code Definitions&lt;/a&gt; at w3.org.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2084545177611905667-3135609092508195644?l=phperrors.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://phperrors.blogspot.com/feeds/3135609092508195644/comments/default' title='Objavi komentare'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2084545177611905667&amp;postID=3135609092508195644' title='1 komentara'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/3135609092508195644'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/3135609092508195644'/><link rel='alternate' type='text/html' href='http://phperrors.blogspot.com/2007/12/custom-error-pages.html' title='Custom Error Pages'/><author><name>JOSE</name><uri>http://www.blogger.com/profile/13148078572391896670</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2084545177611905667.post-8815189404306225242</id><published>2007-12-17T03:27:00.000-08:00</published><updated>2007-12-17T03:28:07.344-08:00</updated><title type='text'>This custom error page shows some standard error information and reports the error to the webmaster by e-mail.</title><content type='html'>&lt;div style="clear: both;"&gt;    &lt;div class="php" style="font-family: monospace;"&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;&lt;?php&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(128, 128, 128); font-style: italic;"&gt;/* create a .htaccess file in your root and enter these most common error code definitions&lt;br /&gt;&lt;br /&gt;ErrorDocument 400 /error.php?err=400&lt;br /&gt;ErrorDocument 401 /error.php?err=401&lt;br /&gt;ErrorDocument 403 /error.php?err=403&lt;br /&gt;ErrorDocument 404 /error.php?err=404&lt;br /&gt;ErrorDocument 500 /error.php?err=500&lt;br /&gt;&lt;br /&gt;*/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(128, 128, 128); font-style: italic;"&gt;// save this code below in file name "error.php"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(177, 177, 0);"&gt;if&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.php.net/isset"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;isset&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$_GET&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'err'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;{&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(0, 0, 255);"&gt;$errorNum&lt;/span&gt; = &lt;span style="color: rgb(0, 0, 255);"&gt;$_GET&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'err'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;}&lt;/span&gt; &lt;span style="color: rgb(177, 177, 0);"&gt;else&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;{&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(0, 0, 255);"&gt;$errorNum&lt;/span&gt; = &lt;span style="color: rgb(255, 0, 0);"&gt;"undef. number"&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$emailaddress&lt;/span&gt; = &lt;span style="color: rgb(255, 0, 0);"&gt;"your@mail.com"&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(128, 128, 128); font-style: italic;"&gt;/*&lt;br /&gt;you have to create this file and enter there all URL's with bad links and&lt;br /&gt;all IP addresses which are hot linking not existing files, example:&lt;br /&gt;146.34.34.110&lt;br /&gt;http://www.somedomain.com/filename.htm&lt;br /&gt;*/&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$filename&lt;/span&gt; = &lt;span style="color: rgb(255, 0, 0);"&gt;"http://"&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'HTTP_HOST'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;.&lt;span style="color: rgb(255, 0, 0);"&gt;"/blocked_ref.txt"&lt;/span&gt;;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(128, 128, 128); font-style: italic;"&gt;// if the http referer is not empty  check the file for exsiting URL's &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(177, 177, 0);"&gt;if&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;!&lt;a href="http://www.php.net/empty"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;empty&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'HTTP_REFERER'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;{&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(0, 0, 255);"&gt;$bad_ref&lt;/span&gt; = &lt;a href="http://www.php.net/file"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;file&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$filename&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;;&lt;br /&gt;    &lt;span style="color: rgb(0, 0, 255);"&gt;$bad_counter&lt;/span&gt; = &lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;;&lt;br /&gt;    &lt;span style="color: rgb(177, 177, 0);"&gt;foreach&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$bad_ref&lt;/span&gt; &lt;span style="color: rgb(177, 177, 0);"&gt;as&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$val&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;{&lt;/span&gt;&lt;br /&gt;        &lt;span style="color: rgb(177, 177, 0);"&gt;if&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.php.net/substr"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;substr&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'HTTP_REFERER'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;, &lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;, &lt;span style="color: rgb(204, 102, 204);"&gt;20&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; == &lt;a href="http://www.php.net/substr"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;substr&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$val&lt;/span&gt;, &lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;, &lt;span style="color: rgb(204, 102, 204);"&gt;20&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;{&lt;/span&gt;&lt;br /&gt;            &lt;span style="color: rgb(0, 0, 255);"&gt;$bad_counter&lt;/span&gt;++;&lt;br /&gt;        &lt;span style="color: rgb(102, 204, 102);"&gt;}&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(102, 204, 102);"&gt;}&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(177, 177, 0);"&gt;if&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$bad_counter&lt;/span&gt; &gt; &lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;{&lt;/span&gt;&lt;br /&gt;        &lt;a href="http://www.php.net/header"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;header&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;"Location: http://"&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'HTTP_HOST'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;;&lt;br /&gt;        &lt;a href="http://www.php.net/die"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;die&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;;&lt;br /&gt;    &lt;span style="color: rgb(102, 204, 102);"&gt;}&lt;/span&gt; &lt;span style="color: rgb(177, 177, 0);"&gt;else&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;{&lt;/span&gt;&lt;br /&gt;        &lt;span style="color: rgb(0, 0, 255);"&gt;$errortime&lt;/span&gt; = &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.php.net/date"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;date&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;"d M Y h:m:s"&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;;&lt;br /&gt;        &lt;span style="color: rgb(0, 0, 255);"&gt;$message&lt;/span&gt; = &lt;span style="color: rgb(0, 0, 255);"&gt;$errorNum&lt;/span&gt;.&lt;span style="color: rgb(255, 0, 0);"&gt;" Error Report&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\r&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\r&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;A "&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$errorNum&lt;/span&gt;.&lt;span style="color: rgb(255, 0, 0);"&gt;" error was encountered by "&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'REMOTE_ADDR'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;;&lt;br /&gt;        &lt;span style="color: rgb(0, 0, 255);"&gt;$message&lt;/span&gt; .= &lt;span style="color: rgb(255, 0, 0);"&gt;" on $errortime.&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\r&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\r&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;"&lt;/span&gt;;&lt;br /&gt;        &lt;span style="color: rgb(0, 0, 255);"&gt;$message&lt;/span&gt; .= &lt;span style="color: rgb(255, 0, 0);"&gt;"The URI which generated the error is: &lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;http://"&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'HTTP_HOST'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'REQUEST_URI'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;.&lt;span style="color: rgb(255, 0, 0);"&gt;"&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\r&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\r&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;"&lt;/span&gt;;&lt;br /&gt;        &lt;span style="color: rgb(0, 0, 255);"&gt;$message&lt;/span&gt; .= &lt;span style="color: rgb(255, 0, 0);"&gt;"The referring page was:&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;"&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'HTTP_REFERER'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;.&lt;span style="color: rgb(255, 0, 0);"&gt;"&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\r&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\r&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;"&lt;/span&gt;;&lt;br /&gt;        &lt;span style="color: rgb(0, 0, 255);"&gt;$message&lt;/span&gt; .= &lt;span style="color: rgb(255, 0, 0);"&gt;"The used client was:&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;"&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'HTTP_USER_AGENT'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;.&lt;span style="color: rgb(255, 0, 0);"&gt;"&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\r&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\r&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;"&lt;/span&gt;;&lt;br /&gt;        &lt;span style="color: rgb(0, 0, 255);"&gt;$headers&lt;/span&gt; = &lt;span style="color: rgb(255, 0, 0);"&gt;"From: "&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$emailaddress&lt;/span&gt;.&lt;span style="color: rgb(255, 0, 0);"&gt;"&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;Date: "&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$errortime&lt;/span&gt;.&lt;span style="color: rgb(255, 0, 0);"&gt;" +0100&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;"&lt;/span&gt;;&lt;br /&gt;        &lt;span style="color: rgb(0, 0, 255);"&gt;$subject&lt;/span&gt; = &lt;span style="color: rgb(255, 0, 0);"&gt;"Error: "&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$errorNum&lt;/span&gt;.&lt;span style="color: rgb(255, 0, 0);"&gt;" from "&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'HTTP_REFERER'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;;&lt;br /&gt;        &lt;a href="http://www.php.net/mail"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;mail&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$emailaddress&lt;/span&gt;, &lt;span style="color: rgb(0, 0, 255);"&gt;$subject&lt;/span&gt;, &lt;span style="color: rgb(0, 0, 255);"&gt;$message&lt;/span&gt;, &lt;span style="color: rgb(0, 0, 255);"&gt;$headers&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;;&lt;br /&gt;    &lt;span style="color: rgb(102, 204, 102);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;}&lt;/span&gt; &lt;span style="color: rgb(177, 177, 0);"&gt;else&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;{&lt;/span&gt; &lt;span style="color: rgb(128, 128, 128); font-style: italic;"&gt;// at last check if there are already some bad IP Addresses&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(0, 0, 255);"&gt;$bad_ref&lt;/span&gt; = &lt;a href="http://www.php.net/file"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;file&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$filename&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;;&lt;br /&gt;    &lt;span style="color: rgb(0, 0, 255);"&gt;$very_bad_counter&lt;/span&gt; = &lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;;&lt;br /&gt;    &lt;span style="color: rgb(177, 177, 0);"&gt;foreach&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$bad_ref&lt;/span&gt; &lt;span style="color: rgb(177, 177, 0);"&gt;as&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$val&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;{&lt;/span&gt;&lt;br /&gt;        &lt;span style="color: rgb(177, 177, 0);"&gt;if&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.php.net/substr"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;substr&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'REMOTE_ADDR'&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;, &lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;, &lt;span style="color: rgb(204, 102, 204);"&gt;10&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; == &lt;a href="http://www.php.net/substr"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;substr&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$val&lt;/span&gt;, &lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;, &lt;span style="color: rgb(204, 102, 204);"&gt;10&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;{&lt;/span&gt;&lt;br /&gt;            &lt;span style="color: rgb(0, 0, 255);"&gt;$very_bad_counter&lt;/span&gt;++;&lt;br /&gt;        &lt;span style="color: rgb(102, 204, 102);"&gt;}&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(102, 204, 102);"&gt;}&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(177, 177, 0);"&gt;if&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$very_bad_counter&lt;/span&gt; &gt; &lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;{&lt;/span&gt;&lt;br /&gt;        &lt;a href="http://www.php.net/header"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;header&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;"Location: http://www.google.com"&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;; &lt;span style="color: rgb(128, 128, 128); font-style: italic;"&gt;// or some other nice URL&lt;/span&gt;&lt;br /&gt;        &lt;a href="http://www.php.net/die"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;die&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;;&lt;br /&gt;    &lt;span style="color: rgb(102, 204, 102);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(128, 128, 128); font-style: italic;"&gt;// place here the html code you want to show the visitor, like&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.php.net/echo"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;echo&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;"&lt;p&gt;Some error...&lt;/p&gt;"&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;?&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2084545177611905667-8815189404306225242?l=phperrors.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://phperrors.blogspot.com/feeds/8815189404306225242/comments/default' title='Objavi komentare'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2084545177611905667&amp;postID=8815189404306225242' title='0 komentara'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/8815189404306225242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/8815189404306225242'/><link rel='alternate' type='text/html' href='http://phperrors.blogspot.com/2007/12/this-custom-error-page-shows-some.html' title='This custom error page shows some standard error information and reports the error to the webmaster by e-mail.'/><author><name>JOSE</name><uri>http://www.blogger.com/profile/13148078572391896670</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2084545177611905667.post-1413131454786057638</id><published>2007-12-09T13:07:00.000-08:00</published><updated>2007-12-09T13:08:26.404-08:00</updated><title type='text'>redirect a visitor to http://www.example.com</title><content type='html'>&lt;span class="mo"    style="font-family:verdana;font-size:85%;color:#000000;"&gt;&lt;/span&gt;&lt;span class="mo"    style="font-family:verdana;font-size:85%;color:#000000;"&gt;&lt;/span&gt; Here's an example on how to redirect a visitor to http://www.newpage.com/&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;?&lt;br /&gt;    header('Location: http://www.newpage.com/');&lt;br /&gt;?&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;The above example shows how to redirect the visitor to a static address. You can also dynamically create the location to which the visitor is to be redirected.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;?&lt;br /&gt;        $domain="http://www.google.com/search?q=";&lt;br /&gt;         $querystring="vinu%20thomas";&lt;br /&gt;         $redirectstr= $domain.$querystring;&lt;br /&gt;        header('Location:'. $redirectstr);&lt;br /&gt;?&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;The above code will create the URL for redirection as http://www.google.com/search?q=vinu%20thomas and then redirect them to the URL. You can also build php code which can conditionally redirect a page. See how this is done in the following example.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;?&lt;br /&gt;          if($user==="Admin")&lt;br /&gt;         {&lt;br /&gt;              header('Location:admin.php');&lt;br /&gt;         }&lt;br /&gt;          else&lt;br /&gt;            {&lt;br /&gt;                header('Location:login.php');&lt;br /&gt;            }&lt;br /&gt;?&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2084545177611905667-1413131454786057638?l=phperrors.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://phperrors.blogspot.com/feeds/1413131454786057638/comments/default' title='Objavi komentare'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2084545177611905667&amp;postID=1413131454786057638' title='0 komentara'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/1413131454786057638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/1413131454786057638'/><link rel='alternate' type='text/html' href='http://phperrors.blogspot.com/2007/12/redirect-visitor-to-httpwwwexamplecom.html' title='redirect a visitor to http://www.example.com'/><author><name>JOSE</name><uri>http://www.blogger.com/profile/13148078572391896670</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2084545177611905667.post-8142694283225206964</id><published>2007-11-29T04:38:00.000-08:00</published><updated>2007-11-29T04:39:01.894-08:00</updated><title type='text'>404 error page</title><content type='html'>the 404 error page works fine with this&lt;br /&gt;&lt;a href="http://caps.kpfanworld.com/crush.ph" target="_blank"&gt;http://caps.kpfanworld.com/crush.ph&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2084545177611905667-8142694283225206964?l=phperrors.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://phperrors.blogspot.com/feeds/8142694283225206964/comments/default' title='Objavi komentare'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2084545177611905667&amp;postID=8142694283225206964' title='0 komentara'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/8142694283225206964'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/8142694283225206964'/><link rel='alternate' type='text/html' href='http://phperrors.blogspot.com/2007/11/404-error-page.html' title='404 error page'/><author><name>JOSE</name><uri>http://www.blogger.com/profile/13148078572391896670</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2084545177611905667.post-4408857273637706593</id><published>2007-11-29T04:36:00.000-08:00</published><updated>2007-11-29T04:37:32.067-08:00</updated><title type='text'>Nm. 2 Php error pages</title><content type='html'>&lt;pre class="note"&gt;When accessing valid pages from Apache2 server, PHP comes back with No&lt;br /&gt;input file specified.  Logs show a page was correctly accessed, but with&lt;br /&gt;a 404 error code.  Specifying a .html file or a non-existant file,&lt;br /&gt;returns a valid page or a 404 error page correcty.&lt;br /&gt;I believe the problem lies in the PHP fastcgi daemon some how.  I&lt;br /&gt;believe I have removed all other possible problems. &lt;br /&gt;&lt;br /&gt;I'm confused:  I have recompiled PHP5 and Apache2 removing everything&lt;br /&gt;that seems unneccesary&lt;br /&gt;I have PHP5 compiled using&lt;br /&gt;./configure --enable-fastcgi --prefix=/usr/local/php5&lt;br /&gt;--program-suffix=-fastcgi --without-pear and running as a separate&lt;br /&gt;daemon using -b 127.0.0.1:8002&lt;br /&gt;I have Apache2 compiled with ./configure --prefix=/usr/local/apache2&lt;br /&gt;Apache2 Config portion is below&lt;br /&gt;&lt;br /&gt;Notes:&lt;br /&gt;/usr/local/apache2/fastcgi is a valid, but empty directory&lt;br /&gt;&lt;br /&gt;I had the server working at one point, but I added a few compile options&lt;br /&gt;and it stopped, and I've since removed all but the basic compile options&lt;br /&gt;and it still dies. &lt;br /&gt;&lt;br /&gt;I have done a make clean before building and I have tried this from the&lt;br /&gt;original clean tarball sources.&lt;br /&gt;&lt;br /&gt;I'm clueless.  I'm not used to this kind of problem under Linux. &lt;br /&gt;&lt;br /&gt;Reproduce code:&lt;br /&gt;---------------&lt;br /&gt;Apache2 Config, which I had problems figuring out.&lt;br /&gt;&lt;br /&gt;LoadModule fastcgi_module modules/mod_fastcgi.so&lt;br /&gt;&lt;ifmodule&gt;&lt;br /&gt; Alias /fcgi-bin/ /usr/local/apache2/fastcgi/&lt;br /&gt; FastCGIExternalServer /usr/local/apache2/fastcgi/php-fastcgi -host&lt;br /&gt;127.0.0.1:8002&lt;br /&gt; AddType application/x-httpd-fastphp .php&lt;br /&gt; Action application/x-httpd-fastphp /fcgi-bin/php-fastcgi&lt;br /&gt;&lt;/ifmodule&gt;&lt;br /&gt;&lt;br /&gt;Expected result:&lt;br /&gt;----------------&lt;br /&gt;Apache Works fine except for when defering requests to the PHP daemon.&lt;br /&gt;&lt;br /&gt;Something, Anything from the PHP daemon.  Even an error code would be&lt;br /&gt;nice.  If I point it at a .html file with a .php extension just&lt;br /&gt;containing 'Hello World' it still returns "No input file specified"&lt;br /&gt;&lt;br /&gt;It would be handy if the php -b daemon could log some indication as to&lt;br /&gt;what it was doing to the console its running on.  This seems a noticable&lt;br /&gt;ommission for a daemon (normally -D makes a daemon single action and&lt;br /&gt;debug to screen). &lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2084545177611905667-4408857273637706593?l=phperrors.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://phperrors.blogspot.com/feeds/4408857273637706593/comments/default' title='Objavi komentare'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2084545177611905667&amp;postID=4408857273637706593' title='0 komentara'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/4408857273637706593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/4408857273637706593'/><link rel='alternate' type='text/html' href='http://phperrors.blogspot.com/2007/11/nm-2-php-error-pages.html' title='Nm. 2 Php error pages'/><author><name>JOSE</name><uri>http://www.blogger.com/profile/13148078572391896670</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2084545177611905667.post-4893524143178318255</id><published>2007-11-28T14:17:00.000-08:00</published><updated>2007-11-28T14:18:42.371-08:00</updated><title type='text'>Typicall problem with server error page 404</title><content type='html'>&lt;p&gt;When running PHP as a &lt;a href="http://www.php.net/manual/en/install.unix.commandline.php" title="PHP: CGI and commandline setups"&gt;CGI binary&lt;/a&gt; on &lt;a href="http://httpd.apache.org/" title="The Apache HTTP Server Project"&gt;Apache&lt;/a&gt;, you might get the above error if you request a nonexistent PHP file. If you've got a custom 404 page (or even the default one), this can be irritating, as it makes for an inconsistent user experience (although a good site (re)design should never be a catalyst of 404 errors).&lt;/p&gt;  &lt;p&gt;The reason this happens is that any requests ending in .php are simply handed off to the PHP executable without verifying that such a file exists. Although this is by design, it can be a bit offputting. Unfortunately, there does not appear to be a way to configure the PHP executable to return a "normal" 404 to Apache if the requested script does not exist. True, it does return a 404 response header along with the "No input file specified", but it won't return the appropriate ErrorDocument under any circumstances.&lt;/p&gt;  &lt;p&gt;Google didn't come up with any solutions, although it did find many other people with the same problem.&lt;/p&gt;  &lt;p&gt;Luckily for me, I had spent the last few days playing around with &lt;a href="http://httpd.apache.org/docs/mod/mod_rewrite.html" title="Apache module mod_rewrite"&gt;mod_rewrite&lt;/a&gt;, and it occurred to me that that's how to solve the problem. Mod rewrite is an extremely powerful Apache module that lets you manipulate/redirect urls. In short, if you want to prevent hotlinking, protect content, optimize for search engines, do load balancing, or just about anything you can think of when it comes to urls, then mod_rewrite is for you.&lt;/p&gt;  &lt;p&gt;So getting back on topic, all we have to do is create a simple rewrite rule that checks the requested url to see if 1. it is ends in .php and 2. no such file exists. If both conditions are met, we translate the request into a url that we know doesn't exist. This triggers a 404, and Apache sends the client the appropriate ErrorDocument. Rewrite rules are run before anything is sent off to the content handler, so PHP is bypassed entirely.&lt;/p&gt;  &lt;p&gt;It's simply a matter of putting an .htaccess file in our base dir with the following lines:&lt;/p&gt;  &lt;p&gt;RewriteEngine On&lt;br /&gt;RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f&lt;br /&gt;RewriteRule ^.+\.php$ /bogusfile&lt;/p&gt;  &lt;p&gt;And that's it! Your mileage may vary, since not all servers are configured identically. Just be sure that /bogusfile really doesn't exist, otherwise it will be served up instead of the 404.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Update 2005-01-20 10:55 AM&lt;/strong&gt;&lt;br /&gt;It appears my google skills are lacking. Someone known as n74 solved this about two months ago ... &lt;a href="http://www.issociate.de/board/post/156119/.htaccess/PHP5_%28as_CGI%29_problem.html"&gt;here &lt;/a&gt; and &lt;a href="https://panel.dreamhost.com/kbase/index.cgi?area=2933"&gt;here&lt;/a&gt;...&lt;/p&gt;  &lt;p&gt;The only difference is that his solution rewrites the url to the ErrorDocument, whereas mine rewrites it to a nonexistent file.&lt;/p&gt;  &lt;p&gt;The end result is the same, except that his way a 200 status code is sent rather than a 404.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2084545177611905667-4893524143178318255?l=phperrors.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://phperrors.blogspot.com/feeds/4893524143178318255/comments/default' title='Objavi komentare'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2084545177611905667&amp;postID=4893524143178318255' title='0 komentara'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/4893524143178318255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/4893524143178318255'/><link rel='alternate' type='text/html' href='http://phperrors.blogspot.com/2007/11/typicall-problem-with-server-error-page.html' title='Typicall problem with server error page 404'/><author><name>JOSE</name><uri>http://www.blogger.com/profile/13148078572391896670</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2084545177611905667.post-8725219194439908629</id><published>2007-11-28T14:16:00.000-08:00</published><updated>2007-11-28T14:17:33.741-08:00</updated><title type='text'>Questions</title><content type='html'>If you have any questions please ask here or on my private mail. Remember, there is no stupid question, only stupid answer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2084545177611905667-8725219194439908629?l=phperrors.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://phperrors.blogspot.com/feeds/8725219194439908629/comments/default' title='Objavi komentare'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2084545177611905667&amp;postID=8725219194439908629' title='0 komentara'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/8725219194439908629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/8725219194439908629'/><link rel='alternate' type='text/html' href='http://phperrors.blogspot.com/2007/11/questions.html' title='Questions'/><author><name>JOSE</name><uri>http://www.blogger.com/profile/13148078572391896670</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2084545177611905667.post-901162032119205600</id><published>2007-11-28T14:15:00.000-08:00</published><updated>2007-11-28T14:16:27.313-08:00</updated><title type='text'>Hello</title><content type='html'>Hello people,&lt;br /&gt;as you can see, I've started a blog about php error pages. :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2084545177611905667-901162032119205600?l=phperrors.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://phperrors.blogspot.com/feeds/901162032119205600/comments/default' title='Objavi komentare'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2084545177611905667&amp;postID=901162032119205600' title='0 komentara'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/901162032119205600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2084545177611905667/posts/default/901162032119205600'/><link rel='alternate' type='text/html' href='http://phperrors.blogspot.com/2007/11/hello.html' title='Hello'/><author><name>JOSE</name><uri>http://www.blogger.com/profile/13148078572391896670</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
