Hello
I use JoomSEF v.2.2.6 on Joomla 1.0.13 , IIS6 on Windows 2003 Server (localhost) with Helicon ISAPI Rewrite Lite. My problem: can't download attachments from Remository, page 404
This is an example of download link:
salesintranet/document-manager/6-general...65cb2548418bcfb2f19f
Error: HTTP Error 404 - File or directory not found.
This is my Helicon config:
Rewritebase /
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.php [L,U]
This and Contact Us component have problems, other components are working fine
Please help me
Thank you