Hallo, after installing the latest Version 1.5.1 i get some Problems...
My Joomla installation is in a subfolder called cms.
This would be the old URL:
www.cr-network.de/cms/index.php?option=c...12&task=view
and this is the new one:
impressum.html
but the link is:
www.cr-network.de/cms/administrator/index2.php?option=com_sef&task=view&viewmode=3#edit
please help
PS. I copied the .htaccess from the installation screen and changed this part:
########## Begin 3rd Party or Core SEF Section
#
RewriteCond %{REQUEST_URI} ^(/
cms/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
#
########## End 3rd Party or Core SEF Section<br><br>Post edited by: Blix, at: 2007/05/29 16:55