boh1996/TwitterAnalytics/master/v1/.htaccess - Htaccess File

boh1996/TwitterAnalytics/master/v1/.htaccess

RewriteEngine on

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

RewriteCond $1 !^(index.php|img|css|js|install|robots.txt|favicon.ico|update.php)

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache