If you are using custom mod rewrite for phpld link details: I noticed most (or everyone) directories didn't update rewrited method for link detail page when it is send in notification email. So if you're using custom mod rewrite and sends link to detail page in notification email: 1. Edit file 'include/function.php' 2. Find function: function replace_email_vars($text, $data, $type = 1) 3. Find line: if (ENABLE_REWRITE == 1) 4. Correct next line: $detailPageUrl = "detail/link-{$data['ID']}.html"; Probably you will have to build proper php function for this. Can't post ready to use code as it's different for different method used by directories. Should be done as it is not recommended to send broken link Thanks.