Hi everyone,
I recently installed the JoomSEF on my Joomla (Sunfire) Website with Plesk, IIS and the Ionics Isapi Rewrite. I'm using the rewrite rules suggested by the JoomSEF documentation. Everything is working perfecly alright, unless I want to access the Joomla administrator site under '
www.mydomain.com/administrator/index2.php'. When I try to do so, IIS replies with a '404 - Not found'.
Further more I have some other domains running with my IIS '
www.myotherdomain.com' and '
www.mytotallydifferentdomain.com'. Unfortunatly, when I'm using the rewrite rules suggested by the JoomSEF documentation, IIS rewrites the URL for ALL domains. But I want it to do it for '
www.mydomain.com' only.
These are the rules, I'm usig:
########## Begin 3rd Party or Core SEF Section
#
RewriteCond %{URL} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{URL} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /(.*) /index.php [L,U]
Ideas, anyone?
Kai_K