Menu Content

Support

> Forums, FAQs & Paid Support
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" 16 years, 2 months ago #12534

  • romain
  • OFFLINE
  • Posts: 3
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
The topic has been locked.

Re:referrer URLs in the table 16 years, 2 months ago #12535

  • romain
  • OFFLINE
  • Posts: 3
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() )";
The topic has been locked.

Re:referrer URLs in the table 16 years, 2 months ago #12542

  • dajo
  • OFFLINE
  • Posts: 5064
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
The topic has been locked.

Re:referrer URLs in the table 16 years, 2 months ago #12555

  • romain
  • OFFLINE
  • Posts: 3
hello

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

thank you for your work
romain
The topic has been locked.

Re:referrer URLs in the table 16 years, 2 months ago #12573

  • dajo
  • OFFLINE
  • Posts: 5064
I'm sorry, I don't have this information yet.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
User Login Empty