10BC0 GitHub - apinstein/force-https: Redirects all HTTP requests to the HTTPS version and fixes insecure links and resources without altering the database (also works with CloudFlare).
[go: up one dir, main page]

Skip to content

Redirects all HTTP requests to the HTTPS version and fixes insecure links and resources without altering the database (also works with CloudFlare).

License

Notifications You must be signed in to change notification settings

apinstein/force-https

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

Force HTTPS

Redirects all HTTP requests to the HTTPS version and fixes insecure links and resources without altering the database (also works with CloudFlare).

Defined Constants

/* Plugin Meta */
define('DISABLE_NAG_NOTICES', true);

/* Force HTTPS Functions */
define('FORCE_HTTPS', true);
define('FORCE_HTTPS_EXTERNAL_LINKS', false);
define('FORCE_HTTPS_EXTERNAL_RESOURCES', true);
define('FORCE_HTTPS_INTERNAL_LINKS', true);
define('FORCE_HTTPS_INTERNAL_RESOURCES', true);

Release Downloads (ZIP)

1.3.0, 1.2.1, 1.2.0, 1.1.4, 1.1.3, 1.1.2, 1.1.1, 1.1.0, 1.0.6, 1.0.5, 1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0.0

Our Philosophy

"Decisions, not options." — WordPress.org (originally)

"Everything should be made as simple as possible, but not simpler." — Albert Einstein, et al

"Write programs that do one thing and do it well... write programs to work together." — Doug McIlroy

"The innovation that this industry talks about so much is bullshit. Anybody can innovate... 99% of it is 'get the work done.' The real work is in the details." — Linus Torvalds

Compatibility

This plugin has been designed for use on SlickStack web servers with PHP 7.2 and MySQL 5.7 to achieve best performance. All of our plugins are meant for single site WordPress installations only; for both performance and usability reasons, we strongly recommend avoiding WordPress Multisite for the vast majority of your projects.

Any of our WordPress plugins may also be loaded as "Must-Use" plugins (meaning that they load first, and cannot be deactivated) by using our free Autoloader script in the mu-plugins directory.

Support Issues

Please do not submit Pull Requests. Instead, kindly create a new Issue with relevant information if you are an experienced developer, otherwise post your comments in our free Facebook group.

No emails, please! Thank you.

About

Redirects all HTTP requests to the HTTPS version and fixes insecure links and resources without altering the database (also works with CloudFlare).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0