princespn/Chqit/master/app/.htaccess - Htaccess File

princespn/Chqit/master/app/.htaccess

<IfModule mod_rewrite.c>
     ####Deny from all
    RewriteEngine On
    RewriteBase /democode/
 
    # Disable rewrite for valid directory/files     
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d 
 
   # Rewrite to index.php/URL
RewriteRule ^(.*)$ index.php/$1 [PT,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache