<IfModule mod_headers.c>
Header set Strict-Transport-Security max-age=16070400;
</IfModule>


RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
RewriteCond %{HTTP_HOST} ^account\.permiumrb\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.account\.permiumrb\.com$
RewriteRule ^myaccount\/home$ "https\:\/\/account\.permiumrb\.com\/myaccount\/personal\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^account\.permiumrb\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.account\.permiumrb\.com$
RewriteRule ^myaccount\/home$ "https\:\/\/account\.permiumrb\.com\/myaccount\/personal\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^account\.permiumrb\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.account\.permiumrb\.com$
RewriteRule ^home$ "https\:\/\/account\.permiumrb\.com\/myaccount\/personal\/" [R=301,L]

