bluehome88/trip_admin/master/.htaccess - Htaccess File

bluehome88/trip_admin/master/.htaccess

Options +FollowSymLinks
Options -Indexes

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /triputra/

RewriteRule ^$ index.php [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !^(index.php|robots.txt|favicon.ico)
RewriteRule ^(.*)$ index.php?/$1 [L]

RewriteRule ^(.*)api/$ $1Api/

</IfModule>

SetOutputFilter DEFLATE

On Github License

Files

Download PDF of Htaccess file
DEFLATE, REQUEST_FILENAME

Comments

Apache