mkody/mdNotes/master/.htaccess - Htaccess File

mkody/mdNotes/master/.htaccess

Options -Indexes -MultiViews +FollowSymLinks

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteRule ^$        index.php  [L]
  RewriteCond %{REQUEST_FILENAME}    !-f
  RewriteCond %{REQUEST_FILENAME}    !-d
  RewriteRule (.*)      index.php?f=$1  [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache