Cr1s19/Daw_Third/master/application/.htaccess - Htaccess File

Cr1s19/Daw_Third/master/application/.htaccess

<IfModule authz_core_module>
      RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /consultas_codeigniter/index.php/$1 [L]
    ErrorDocument 404 /consultas_codeigniter/index.php
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache