noscosystems/old-noscobg-that-we-dont-use-anymore/develop/public_html/.htaccess - Htaccess File

noscosystems/old-noscobg-that-we-dont-use-anymore/develop/public_html/.htaccess

Options +FollowSymLinks

<IfModule mod_rewrite.c>
    IndexIgnore */*
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} -s [OR]
    RewriteCond %{REQUEST_FILENAME} -l
    RewriteRule ^.*$ - [NC,L]
    RewriteRule ^.*$ index.php [NC,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache