| Posted: 18 May 2009 at 5:39am | IP Logged
|
|
|
Hi all,
I run Joomla 1.5.9 on IIS with Isapi 2.
I use the following code
[ISAPI_Rewrite]
RewriteCond URL .*(/|\.htm|\.php|\.html|/[^.?]*)(\?.*)?$ RewriteCond URL .*(?!.png|.gif|.jpg|.css|.js)(\?.*)?$ RewriteCond URL ^/(?!administrator).* RewriteRule /([^?]*)(\?.*)? /index.php$5 [U,L]
Eveything works fine. I now have nice googlefriendly url's. Only thing is that the system captcha is not working anymore. So i'm vulnerable to spambots etc...
Does anybody what I have to change in my httpd.ini ?
Any help would be greatly appreciated
Thanks,
Robert
|