frncspnd/reminderme/master/public/.htaccess - Htaccess File

frncspnd/reminderme/master/public/.htaccess

<IfModule mod_rewrite.c>

  RewriteEngine On
  # make sure requested path is not filename or directory
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FIILENAME} !-d

  RewriteRule ^(.*)$ index.php?request=$1 [PT,L,QSA]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache