A3M - Account Authentication & Authorization Module |
[eluser]michaelh99[/eluser]
I'm missing something critical but I don't know what. I've got a3m peanutbutter integrated and google signin almost works. It will take me to the approval page at google but the redirect back to my site just shows a 404 page. The link back is http://www.danceminder.com/?account/conn...e=Harrison Some of the important settings are: $config['base_url'] = "http://www.danceminder.com"; $config['uri_protocol'] = "QUERY_STRING"; $config['allow_get_array'] = TRUE; $config['enable_query_strings'] = TRUE; RewriteEngine on RewriteRule ^$ /index.php [L] RewriteCond $1 !^(index\.php|resource|system|user_guide|robots\.txt|favicon\.ico) RewriteRule ^(.*)$ /index.php/$1 [L] I've scoured the net but can't find what's happening |
Welcome Guest, Not a member yet? Register Sign In |