bign8/member-social-app/master/admin/db/.htaccess - Htaccess File

bign8/member-social-app/master/admin/db/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine   On
    RewriteBase      /ela/admin/db/
    RewriteCond     %{REQUEST_FILENAME} !-d
    RewriteCond     %{REQUEST_FILENAME} !-f
    RewriteRule     ^(.*)$ index.php?/$1 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache