mediahack/mightymouse/master/public/.htaccess - Htaccess File

mediahack/mightymouse/master/public/.htaccess

<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  Options All -Indexes

  RewriteEngine On
  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?url=$1 [NC,QSA,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache