NCS-Source/Framework/master/www/.htaccess - Htaccess File

NCS-Source/Framework/master/www/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteBase /
    RewriteCond %{REQUEST_URI} !^/images/.*$ [NC]
    RewriteCond %{REQUEST_URI} !^/css/.*$ [NC]
    RewriteCond %{REQUEST_URI} !^/favicon.ico$ [NC]
    RewriteCond %{REQUEST_URI} !^/robots.txt$ [NC]
    RewriteRule ^.*$ index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache