Hi,
I have an issue with facebook logout. After log out from the site (
http://gateoverflow.in) via facebook, I'm getting redirected to
http://gateoverflow.in/facebook-login?to=http%3A%2F%2Fgateoverflow.in%2F
And this displays a blank page. I'm sure it is some issue with htaccess redirect, but unfortunately I'm not able to correct it. This is my htaccess config.
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
RewriteRule . %1/%2 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php?qa-rewrite=$0&%{QUERY_STRING} [L]
Any help would be appreciated. Thanks