RewriteEngine On 
RewriteCond %{HTTP_HOST} ^essexdigitalmedia.co.uk [NC]
RewriteCond %{SERVER_PORT} 80 
RewriteRule ^(.*)$ https://essexdigitalmedia.co.uk/$1 [R,L]

# These Lines Added By Hosting Company please do not remove

<IfModule mod_suphp.c>

#suPHP_ConfigPath /home/edm/public_html/seo

</IfModule>



<Files php.ini>

order allow,deny

deny from all

</Files>

# End of Hosting Company Entries

