barrymcm/supquoteapi/master/web/.htaccess - Htaccess File

barrymcm/supquoteapi/master/web/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-l
  
  RewriteCond %{THE_REQUEST} /index.php [NC]
  RewriteRule ^(.*?)index.php$ /$1 [L,R=301,NC,NE]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, THE_REQUEST

Comments

Apache