The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
260 views

bloginfo() and get_template_directory_uri() with SSL?

I have a Wordpress theme I'm attempting to put on an SSL-only website. There is no non-SSL version of the site. The Wordpress theme uses various functions like bloginfo('pingback_url'), ...
1
vote
0answers
124 views

Domain Mapping for Wordpress MU and https redirection - How to?

Ok, here is my setup. I have a Wordpress MU site setup which uses domain mapping. The root of the site is greatwhitehosting.com.au. Any other site I add using domain mapping works fine and all sites ...
1
vote
0answers
54 views

Serving HTTP and HTTPS from one installation

I've got a WordPress install that is serving up content via both HTTP and HTTPS. The site URL is configured as "http://www.example.com". This works for most situations - if a person requests a page at ...
1
vote
0answers
62 views

Wordpress forces HTTPS to HTTP in template

I have a form in a specific page templates with a hidden field and a value of "HTTPS://www.mydomain.com/innerpage". When I view the source code of the page with the form the value changes to HTTP. ...
0
votes
0answers
42 views

Insecure content loading on a secured site, how to force https?

I have a seemingly odd issue where when logged in as an admin on a site I can load all content and assets just fine. When I logout to view the site entirely as a user would see it, the html content ...