DeepX Dediğiniz kodu ekledim ve site Güvenli durumda şu an. Ama scriptte bozulmalar oldu ne yazık ki.

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteEngine On
RewriteRule ^home$ index.php [L, NC, QSA]
RewriteRule ^category/([a-zA-Z0-9_-]+)$ category.php?category=$1 [L, NC, QSA]
RewriteRule ^account/([a-zA-Z0-9_-]+)$ account.php?account_hash=$1 [L, NC, QSA]
RewriteRule ^admin$ admin.php [L, NC, QSA]
RewriteRule ^action$ action.php [L, NC, QSA]
RewriteRule ^xxxxx$ xxxxxx.php [L, NC, QSA]

Kodlar aynen bu şekilde. Başka herhangi bir çözüm yolu yok mu sayın hocam?