Follow us on Twitter

Jump to Product

AceSEF and IIS

AceSEF works both with Apache and IIS. Here you've some settings you need apply for IIS servers:
1. Read this article and apply the proper changes: http://docs.joomla.org/SEO_and_IIS_ISAPI
2. The following entries for ISAPI REWRITE:

RewriteCond %{HTTP_URL}             (/|\.htm|\.php|\.html|/[^.]*)$   
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.php [U,L]RewriteCond %{HTTP_URL} (/|\.htm|\.php|\.html|/[^.]*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.php [U,L]
MaxMatchCount 10

You can also follow these proved instructions http://bit.ly/9InWqv



Share