CloudDataService/Canary-NDTMS/master/public_html/.htaccess - Htaccess File

CloudDataService/Canary-NDTMS/master/public_html/.htaccess

RewriteEngine On

# force https
#RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.*)$ https://nerafrecovery.net/$1 [R,L]

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*)$ - [NC,L]
RewriteRule ^(.*)$ index.php/$1 [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, SERVER_PORT

Comments

Apache