I want to make sure that indexing services won’t find these pages, or at least require a password if they do turn up in searches.
Thanks in advance
]]>Can I secure pages and/or secure pages by slug?
https://www.ads-software.com/plugins/wordpress-https/
]]>Is there:
1. A way to disable the tracking.
2. A way for you to serve a secure page.
or
3. Will the Pro version alleviate this issue – if so I’m happy to upgrade.
https://www.ads-software.com/plugins/yet-another-related-posts-plugin/
]]>We are in the process of developing our website and one of the items that we are going to have to tackle is securing a page based off of a set of credentials. Does anyone know a way, a plugin, something that would help us do this. We are not using the wordpress users for this, we are using a separate working database it will be speaking too. We also don’t want to have it check if its a secure page EVERYTIME. Just wondering if there is something out there that gives the page an attribute that flags it as a secure page….
]]>Any suggestions on the best way to implement this?
]]>Any ideas? Not sure if there’s conflicting plugin or if some updates need to be made to this plugin for WordPress 3.6, but I would greatly appreciate any help.
Thanks!
https://www.ads-software.com/plugins/wordpress-https/
]]>https://www.ads-software.com/extend/plugins/wordpress-https/
]]>It appears that the membership plugins I have seen allow access to secured pages/posts to all logged in users. Is there anything that would allow access to different pages/posts based on specific userids?
Thank you,
David
I need a little help.
I have a wordpress install that is using a page to obtain credit card info and hence needs to be behind https.
The form is on this page at mysite.com/form/ and I need the page to be loaded using https://mysite.com/form/
I don’t want to have a “landing” page, and then link to the secure page. The menu that link to this form page is generated automatically through wp_list_pages and thus brings in the non-https link. I figured an .htaccess rule to redirect the page, but they all end in loops since the page is redirecting to itself.
I’ve tried this: (thinking I’m on the right track) but no luck.
RewriteRule “^/billpay/water-bill(/.*)” “https://%{HTTP_HOST}$1” [R=301,L]
I’ve also tried: redirect 301 /formpage/ https://www.newdomain.com/formpage/
But that results in a loop because the page is in effect redirecting itself.
I think the first example above is what I’m looking for, but I can’t seem to get it to work.
Please help – I’m supposed to be going live and I can’t until I get this working behind ssl.
Thanks for any help ya’ll can give me!
]]>