mdkarp/wwwsqldesigner-2.7-github/master/backend/php-github/.htaccess - Htaccess File

mdkarp/wwwsqldesigner-2.7-github/master/backend/php-github/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f                [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .  -                                  [L]
RewriteRule ^callback?(.*)$  index.php?action=callback&$1  [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache