Welcome Guest, Not a member yet? Register   Sign In
Captcha not working in DX Auth
#1

[eluser]Unknown[/eluser]
Hi All,

I just installed DX Auth. But the captcha is not working. I have followed all installation instructions... Who can help me? Thanks!
#2

[eluser]NogDog[/eluser]
[quote author="King Bukkum" date="1241140095"]Hi All,

I just installed DX Auth. But the captcha is not working. I have followed all installation instructions... Who can help me? Thanks![/quote]
Do you use a .htaccess file with URL rewriting (to hide the CI index.php file name)? If so, did you add the captcha directory to the list of names to be ignored?

RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|captcha|javascript|robots\.txt|test.html)
RewriteRule ^(.*)$ /index.php/$1 [L]
#3

[eluser]Unknown[/eluser]
Perfect! Thanks NogDog. It is working now.




Theme © iAndrew 2016 - Forum software by © MyBB