subhadip-sahoo/codeigniter/master/.htaccess - Htaccess File

subhadip-sahoo/codeigniter/master/.htaccess

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

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

#RewriteCond %{HTTPS} off
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
#RewriteRule (index.php) https://%{HTTP_HOST}%{REQUEST_URI}

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_FILENAME, REQUEST_URI

Comments

Apache