Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Where are all the 404 errors coming from?
(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: Where are all the 404 errors coming from?

Where are all the 404 errors coming from? 17 years, 8 months ago #1661

I am getting lots of 404 errors in my 404 log, and yet with five testers we never see the 404 message. Where are these coming from?
I have tried to purchase support from Artio to fix this but cant get any response.

Also there are lots of pages in the 404 logs that have page-4.html; page-5.html and so on and I am also bewildered as to where these are being generated from and again, why there are so many.

I have reveiwed some of the postings here regarding 404 but for a non-programmer it is fairly hard to determine exactly where I should intervene to fix this issue.

Re:Where are all the 404 errors coming from? 17 years, 8 months ago #1674

I am getting them by the hundreds also. But all pages seem to work just fine. Joomlastats confirm the errors but I don't see them.

Re:Where are all the 404 errors coming from? 17 years, 8 months ago #1675

I found it... I think. I had forgot to comment out the default settings in the .htaccess but did uncomment the 3rd party settings. So, the site was working but racking up the errors.

My corrected setrtings:
########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
#RewriteRule ^(content/|component/) index.php
#
########## End - Joomla! core SEF Section



########## Begin - 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
#
########## End - 3rd Party SEF Section


It seems to be working now.
  • Page:
  • 1
User Login Empty