rashidriaz Posted September 3, 2009 Share Posted September 3, 2009 hi I need a script ( borken link report to webmaster ) please help me Link to comment https://forums.phpfreaks.com/topic/172977-need-script-borken-link-report-to-webmaster/ Share on other sites More sharing options...
rhodesa Posted September 3, 2009 Share Posted September 3, 2009 if the site is a dynamic cms, where all URLs are are mod_rewrite to an index.php file, you can probably add something there. but if they are static pages, you will want to use .htaccess to setup a custom 404 page that is a php script...and in that script you can send an email to an admin Custom 404: http://www.pageresource.com/zine/custom404.htm But have the page it points to be a PHP script...in that script you can use mail() to send you the values of $_SERVER['REQUEST_URI'] and $_SERVER['HTTP_REFERER'] Link to comment https://forums.phpfreaks.com/topic/172977-need-script-borken-link-report-to-webmaster/#findComment-911729 Share on other sites More sharing options...
rashidriaz Posted September 5, 2009 Author Share Posted September 5, 2009 thanks Link to comment https://forums.phpfreaks.com/topic/172977-need-script-borken-link-report-to-webmaster/#findComment-913029 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.