diff --git a/.htaccess b/.htaccess
index 802933b..1920cfd 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,9 @@
RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
+
+
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s/index\.php[\s?/] [NC]
RewriteRule ^index\.php$ / [R=301,L]
RewriteCond %{REQUEST_FILENAME}.php -f
diff --git a/rss/php/includes/header.php b/rss/php/includes/header.php
index a201106..2df7c3a 100644
--- a/rss/php/includes/header.php
+++ b/rss/php/includes/header.php
@@ -32,7 +32,7 @@
-
+