Hi,
I set my httpd.ini like:
########## Begin - 3rd Party 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 /help/(.*) /help/index.php [L,U]
#
########## End - 3rd Party SEF Section
but it is not working. I get error 404.
Site info:
path:
intranet/help
server: IIS
Global Configuration SEO = On
ARTIO JoomSEF Enabled = Yes
What is wrong?