Menu Content

Support

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

JoomSEF 2.2.0 working but not JoomSEF 2.2.6
(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: JoomSEF 2.2.0 working but not JoomSEF 2.2.6

JoomSEF 2.2.0 working but not JoomSEF 2.2.6 16 years, 10 months ago #3774

Dear Artio Team,

Firstly, THANK you for creating such a great SEF component - I could not work without it!

Can you advise - I have just upgraded my Dev server where I test all the Joomla installations before they go online. It was running PHP4 and I have upgraded to PHP5.

Now I find ARTIO JoomSEF 2.2.6 does not work - the homepage is OK but all other pages go to 404.

What is wierd is that ARTIO JoomSEF 2.2.0 does work! I would like to use the latest version and wonder what might be blocking it?

I've searched the forums but had no luck - can you help?

Thanks,

Woody

Re:JoomSEF 2.2.0 working but not JoomSEF 2.2.6 16 years, 10 months ago #3776

Hello again - after trying different things, it was some settings in the .htaccess file.

It is now working - below is the version that works for me.

I added - ## Can be commented out if causes errors, see notes above.
Options FollowSymLinks

and commented out - # RewriteBase /

Hope this helps someone else! Good luck and thanks to the Artio team for a great component.

Woody

 
DirectoryIndex index.php
 
## Can be commented out if causes errors, see notes above.
Options FollowSymLinks
 
RewriteEngine On
 
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)
# RewriteBase /

RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
 
########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a tag in URL
RewriteCond %{QUERY_STRING} (\|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits
 
  • Page:
  • 1
User Login Empty