RewriteRule ^auth_callback([^?]*)$ index.php?route=common/social/login/facebook/int_callback&code=$1 [QSA,L] location /auth_callback { rewrite ^/auth_callback([^?]*)$ /index.php?route=common/social/login/facebook/int_callback&code=$1 break; }
Does not work - downloads index.php
Where is the mistake?