Menu Content

Support

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

Joomla 1.5.5 & Artio SEF 3.1.2 Does Not Work
(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.

TOPIC: Joomla 1.5.5 & Artio SEF 3.1.2 Does Not Work

Joomla 1.5.5 & Artio SEF 3.1.2 Does Not Work 15 years, 9 months ago #4553

I'm using the following:
RHEL 4
Joomla 1.5.5 (also tried this on 1.5.3 with the same problem)
Joomla Theme: Evolution from YooTheme
Artio JoomSEF v3.1.2
PHP 4.4.4 (more info at interactiveonline.com/test.php)


I am able to install Artio but when I enable it all pages show some sort of code over the page. A screenshot is at interactiveonline.com/artio_error.png

My .htaccess file is enabled and I am positive it is available on the server since I'm root. Also I have used the older version of Artio within Joomla 1.0.13 without any problems on this same server.

Within Joomla's global configuration I have under SEO Settings both "Search Engine Friendly URLs" & "Use Apache mod_rewrite" set to Yes.

Here's the contents of my .htaccess file.


##
# @version $Id: htaccess.txt 9975 2008-01-30 17:02:11Z ircmaxell $
# @package Joomla
# @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
# @license www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

## Can be commented out if causes errors, see notes above.
# Options +FollowSymLinks

#
# mod_rewrite in use

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 /


########## Begin - Joomla! core SEF Section
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section


########## 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 <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%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





Any ideas as to how I can get this working?

Re:Joomla 1.5.5 & Artio SEF 3.1.2 Does Not Work 15 years, 9 months ago #4554

I even tried using the default Joomla 1.5 template but access the site shows the site but also this error:


string(164) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('frontpage/rss.html', 'index.php?option=com_content&format=feed&type=rss&view=frontpage', '118')" string(166) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('frontpage/atom.html', 'index.php?option=com_content&format=feed&type=atom&view=frontpage', '118')"

Re:Joomla 1.5.5 & Artio SEF 3.1.2 Does Not Work 15 years, 9 months ago #4557

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

This means that JoomSEF was not able to run these SQL queries on the database. Please, try uninstalling JoomSEF, manually deleting the jos_redirection table from your database, and installing JoomSEF again.

Best regards,
ARTIO Support Team
ARTIO Support Team

Re:Joomla 1.5.5 & Artio SEF 3.1.2 Does Not Work 15 years, 9 months ago #4561

That fixed it! Thank you!

Re:Joomla 1.5.5 & Artio SEF 3.1.2 Does Not Work 15 years, 9 months ago #4562

Another problem I was hoping you could help me with....

It appears my 404 page is not working correctly. When someone types in an incorrect URL I want them to at least see the joomla wrapper. In fact I would rather have them see the homepage so i changed the settings 404 to Frontpage but it returns a 404 page that doesn't look correct. Try an incorrect url such as interactiveonline.com/nothing/

Any ideas?

Re:Joomla 1.5.5 & Artio SEF 3.1.2 Does Not Work 15 years, 9 months ago #4568

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

This 404 page is the default Joomla's 404 page indicating that the requested URL could not be processed correctly. JoomSEF is probably trying to show the page that does not exist, which is strange if it tries to display the frontpage.
We would probably need to test this behaviour directly on your server, unfortunately we cannot offer you a free support for this. You can buy our support time at http://www.artio.net/en/eshop/support-services.

Best regards,
ARTIO Support Team
ARTIO Support Team
User Login Empty