Once I have a site that's already up and running, what changes do I have to make to secure it so that any HTTP requests are rejected, all pages (except the index) must be accessed via HTTPS. Obviously I have to change all of the hyperlinks to https://, but apart from that what do I need to do?
Note: I'm refering to a professionally hosted site which will already have any necissary SSL modules for Apache/PHP is necisarry installed and enabled, I just need to know what changes to make to the PHP so it says no to any unsecured requests other than the index. And do I need to get a digital cirtificate?
Note: I'm refering to a professionally hosted site which will already have any necissary SSL modules for Apache/PHP is necisarry installed and enabled, I just need to know what changes to make to the PHP so it says no to any unsecured requests other than the index. And do I need to get a digital cirtificate?
Comment