deathart/Codeigniter-modified/master/install/.htaccess - Htaccess File

deathart/Codeigniter-modified/master/install/.htaccess

<IfModule mod_rewrite.c>
    Options +FollowSymlinks
    RewriteEngine On
    RewriteBase /install/

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?script=$1 [QSA,L]

    AddDefaultCharset utf-8
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache