Thinlt/slim-cms/master/.htaccess - Htaccess File

Thinlt/slim-cms/master/.htaccess

DirectoryIndex index.php

<IfModule mod_rewrite.c>

############################################
## enable rewrites

    Options +FollowSymLinks
    RewriteEngine on

  #RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_URI} !/web/
  RewriteRule (.*) index.php [QSA,L]

  
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache