You need to join this project to post message / question. See Help for details.
Random notes¶
Apache slash¶
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^callback_url=http:/(.+) http://$1 [R,L,NE,QSA]
RewriteRule ^callback_url=https:/(.+) https://$1 [R,L,NE,QSA]
Also available in:
HTML
TXT