I'm trying to set rules to change the URL from page contact.php
to contact
but the website now show unsafe connection in the main page but not on other pages.
This is the rule i used:
RewriteRule ^contact(.[A-Za-z0-9-]+)/?$ contact.php?=$1
While i still haven't set this clean URL yet, it's strange the website isn't using a secure connection anymore.
The link is here. Even if i clear the rule it is still unsecure and even if you write https:// in the URL, after navigating through other pages and back to the main page again it is not secure anymore.
Can you give me insight from this?