Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

referrer URLs in the table "view log 404"
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: referrer URLs in the table "view log 404"

referrer URLs in the table "view log 404" 14 years, 5 months ago #12534

hello

Have you a solution to retrieve URLs (referrers) to produce the 404?

I check the option "Settings / Advanced / Enable tracing source URL? = yes"
I referrer URLs for all URLs in the table "view log 404" except for errors 404. damage

thank you for your work
Roman

Re:referrer URLs in the table 14 years, 5 months ago #12535

romain wrote:
hello

Have you a solution to retrieve URLs (referrers) to produce the 404?

I check the option "Settings / Advanced / Enable tracing source URL? = yes"
I referrer URLs for all URLs in the table "view log 404" except for errors 404. damage

thank you for your work
Roman


I modify your /components/com_sef/joomsef.php
line 1016

// record the bad URL
$query = "INSERT INTO `#__sefurls` (`cpt`, `sefurl`, `origurl`, `dateadd`) "
. " VALUES ( '1', '$route', '', CURDATE() )";

by
$referer = @$_SERVER['HTTP_REFERER'];
// record the bad URL
$query = "INSERT INTO `#__sefurls` (`cpt`, `sefurl`, `origurl`, `trace`, `dateadd`) "
. " VALUES ( '1', '$route', '', '$referer', CURDATE() )";

Re:referrer URLs in the table 14 years, 5 months ago #12542

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

Thank you for your suggestion, we'll incorporate tracing informations for 404 pages in next version.

Best regards,
ARTIO Support Team
ARTIO Support Team

Re:referrer URLs in the table 14 years, 5 months ago #12555

hello

for my personal information, you thought this news release will be when?

thank you for your work
romain

Re:referrer URLs in the table 14 years, 5 months ago #12573

  • dajo
  • OFFLINE
  • Posts: 5069
I'm sorry, I don't have this information yet.
ARTIO Support Team
  • Page:
  • 1
Přihlášení uživatele Prázdný