Hi, I installed JoomSef and I followed the instructions.
This is the .htaccess file:
==============================
Options +FollowSymLinks
RewriteEngine On
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourJoomlaDirectory (just / for root)
# RewriteBase /YourJoomlaDirectory
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
<Files 403.shtml>
order allow,deny
allow from all
</Files>
RewriteCond %{HTTP_HOST} ^berggeit.nl$ [NC]
RewriteRule ^(.*)$
www.berggeit.nl/ [R=301,L]
php_flag display_errors on
php_value memory_limit 36M
=======================
In the global configuration menu under SEO de Search Engine Friendly URLs: turned on YES!
I get this error:
Object niet gevonden! (object not found)
Asked url was not found on server. etc.
Error 404
www.berggeit.nl
Wed Jun 27 15:04:34 2007
Apache
De url is changed but with erro in:
www.berggeit.nl/bergsport-nieuws/index.php, this was:
www.berggeit.nl/index.php?opt...218&Itemid=300
What do I wrong?
Thanks in advance!
Christiaan