fireproof/shortur/master/.htaccess - Htaccess File

fireproof/shortur/master/.htaccess

php_flag display_errors on

<IfModule mod_rewrite.c>

  RewriteEngine on
  
  RewriteCond %{REQUEST_FILENAME} test_mod_rewrite$
  RewriteRule ^.*$ test.php?check=enabled

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache