Skip to content
Snippets Groups Projects
Commit 58c4506f authored by Erick Hitter's avatar Erick Hitter
Browse files

SSL everything!

parent 8d9ecf7a
No related branches found
No related tags found
1 merge request!13SSL everything!
Pipeline #4930 passed
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
...@@ -16,7 +16,7 @@ WordPress 3.0 introduced a native shortlinks feature, which builds URLs using qu ...@@ -16,7 +16,7 @@ WordPress 3.0 introduced a native shortlinks feature, which builds URLs using qu
Posts and pages are supported by default, while filters make it possible to support other post types. Posts and pages are supported by default, while filters make it possible to support other post types.
For example, http://example.com/?p=123 becomes http://example.com/p/123/. For example, https://example.com/?p=123 becomes https://example.com/p/123/.
## Installation ## ## Installation ##
......
...@@ -16,7 +16,7 @@ WordPress 3.0 introduced a native shortlinks feature, which builds URLs using qu ...@@ -16,7 +16,7 @@ WordPress 3.0 introduced a native shortlinks feature, which builds URLs using qu
Posts and pages are supported by default, while filters make it possible to support other post types. Posts and pages are supported by default, while filters make it possible to support other post types.
For example, http://example.com/?p=123 becomes http://example.com/p/123/. For example, https://example.com/?p=123 becomes https://example.com/p/123/.
== Installation == == Installation ==
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment