# -FrontPage-	
# IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

order deny,allow
deny from all
allow from all

order deny,allow
deny from all

Options +FollowSymlinks
RewriteEngine on

#BELOW CODE IS SHOWING HTTPS SECURE WEBSITE (ITS SERVER SSL NOT PURCHASED)
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]