<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
RewriteRule ^feed.xml %{HTTP_SERVER}/feed.php [L]
RewriteRule ^sitemap.xml %{HTTP_SERVER}/sitemap.php [L]
RewriteRule ^tag/(.*) %{HTTP_SERVER}/tags.php?t=$1 [L]
RewriteRule ^type/(.*) %{HTTP_SERVER}/category.php?c=$1 [L]
RewriteRule ^about/(.*) %{HTTP_SERVER}/infos.php?s=$1 [L]
</IfModule>
