Menu Content

Support

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

404 errors all over the site after moving
(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
  • 2

TOPIC: 404 errors all over the site after moving

Re:404 errors all over the site after moving 17 years, 6 months ago #2232

  • emfglobal
Could someone please post the CORRECT .htaccess file here.
Would be greatly appreciated...

Espen

Re:404 errors all over the site after moving - FIX 17 years, 6 months ago #2292

I fixed my problem by using the second half of the .htaccess rather than the first.

I saw a video made by some other guy and noticed that he was using the second section.

Here's the video link.

beautyindesign.com/tutorial/joomla_optimization.php

Here's the .htaccess section I used in the end (which is different from the instructions as I'm not using third party bits).

########## 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

Re:404 errors all over the site after moving - FIX 17 years, 5 months ago #2423

Um, you are suppose to use the 3rd party one. That's what artio joomSEf is, a 3rd party SEF component. If you are using joomla's built in sef, you use the first section, if you are using ANY others, you use the second and comment out the first.
  • Page:
  • 1
  • 2
User Login Empty