WebAppSec/Secure Coding Details: Difference between revisions

No edit summary
 
Line 37: Line 37:


== Admin Login Pages ==
== Admin Login Pages ==
===Word Press ===
===Word Press ===
x
'''Force Login and Admin Pages to be SSL'''
 
Add define('FORCE_SSL_ADMIN', true); to the wp.config file.
 
http://codex.wordpress.org/Administration_Over_SSL#To_Force_SSL_Logins_and_SSL_Admin_Access
 
'''Force Admin Requests on HTTP to Rewrite as HTTPS '''
 
http://codex.wordpress.org/Administration_Over_SSL#Rewrite_Rules_For_The_Insecure_Host
Confirmed users
491

edits