#Loaded_SEO Install Begin
RewriteEngine on
RewriteBase /

#Un-Comment the 2 lines below to make force SSL on site 
#RewriteCond %{HTTPS} off
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule (.*) index.php?srt=$1 [QSA,L]
