Menu Content

Support

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

404 on all page but homepage
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1
  • 2

TOPIC: 404 on all page but homepage

404 on all page but homepage 14 years, 9 months ago #9648

  • altea
  • OFFLINE
  • Posts: 55
I know this issue has been adressed before and I did find the Troubleshooting page about this but I cannot make it work.

I jsut installed Artio Jomsef 3.5.2.

This one is the status:

SEF Status
Global SEF URLs Abilitato
Apache mod_rewrite Abilitato
JoomSEF Abilitato
JoomSEF plugin Abilitato
Creation of new URLs Abilitato

My Joomla website is on this domain www.sudtirol.com/new/

and this is the .htacces in the www.sudtirol.com/new/.htaccess

##
# @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 disallows 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 /new


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


I have Joomfish installed too and I can see the homepage in every language but as soon as I try a link on the menu I get the 404 page.
I have SSH access to the server and I'm getting a strange error when I try to look on any page:
PHP Warning: Missing argument 2 for JoomSEF::_varFilterTest(), called in /var/www/vhosts/sudtirol.com/httpdocs/new/components/com_sef/joomsef.php on line 168 and defined in /var/www/vhosts/sudtirol.com/httpdocs/new/components/com_sef/joomsef.php on line 2019, referer: www.sudtirol.com/new/

Can anyone help me out
The topic has been locked.

Re:404 on all page but homepage 14 years, 9 months ago #9651

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

Which version of PHP is installed on your server?

Best regards,
ARTIO Support Team
ARTIO Support Team
The topic has been locked.

Re:404 on all page but homepage 14 years, 9 months ago #9662

  • altea
  • OFFLINE
  • Posts: 55
This are the infor about the server I get from Joomla

PHP creato il: Linux hp2.alteabz.it 2.6.18-8.1.8.el5 #1 SMP Tue Jul 10 06:50:22 EDT 2007 i686
Versione database: 5.0.27
Collation Database: utf8_general_ci
Versione PHP: 5.2.3
Server Web: Apache/2.2.3 (CentOS)
Server web per interfaccia PHP: apache2handler
Versione di Joomla!: Joomla! 1.5.15 Stable [ Wojmamni Ama Mamni ] 05-November-2009 04:00 GMT
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
The topic has been locked.

Re:404 on all page but homepage 14 years, 9 months ago #9664

  • altea
  • OFFLINE
  • Posts: 55
I did just upgrade to JoomSEF version 3.5.3 but the problem persist.
Last Edit: 14 years, 9 months ago by altea.
The topic has been locked.

Re:404 on all page but homepage 14 years, 9 months ago #9665

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

Are you sure the error reported is the same as before upgrade to 3.5.3? That would mean that the upgrade probably didn't go too well. On the Upgrade page try doing a Reinstall from ARTIO Server, that should fix all the to newest version.
Let me know if it helps.

Best regards,
ARTIO Support Team
ARTIO Support Team
The topic has been locked.

Re:404 on all page but homepage 14 years, 9 months ago #9667

  • altea
  • OFFLINE
  • Posts: 55
I did find the problem!!!!

Checking a bit more on the troubleshooting I found an article that is saying to be sure that JoomFish - router plugin (JfRouter) is disabled.

I did check and the plugin was instead active.
After turning it off everything is working.

A quick question is there a way to tell in automatic to JoomSEF to not use the section name in generating the URL?
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty