Hello,
my 404 Problem is solved with jfrouter is disabled. thx
But now my mod_jflanguageselection makes wrong links.
When JoomSef and JoomSef Plugin is enabled, the joomfish language selection links begins with :
"ip-address"/webroot/de/home.html
But when JoomSef is disabled the links are
www.domain.de/de/home.html and are working correctly.
I think this is a problem with joomsef router ? How can i fix it
Joomla 1.5.7
JoomSEF v3.2.1
Database Version: 5.0.32-Debian_7etch6-log
PHP Version: 5.2.0-8+etch13
Web Server: Apache/2.2.3 (Debian) PHP/5.2.0-8+etch13
Web Server to PHP interface: apache2handler
my .htaccess
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 Standard SEF Section
## 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 Standard SEF Section
########## Begin 3rd Party or Core SEF Section
#
#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