Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
2.6k views
in Plugins by
closed by
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
Q2A version: 1.7
closed with the note: Problem with multiple facebook plugin. Solved
...