RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
RewriteCond %(HTTP_HOST) ^(www\.)?localhost/ops/web
RewriteCond ^(.*)$ https://localhost/ops/web/$1[R,L]
# Used to hide the file extensions
Options +MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
# Returns random URL typed in the address bar to the error page of feedback
ErrorDocument 404 about
# Used to Change default index file
DirectoryIndex index.php home.php
#Redirect /Admin /Admin/Atompay
Options -Indexes
IndexIgnore *.*

