Copying an SSL installation onto a non-SSL one
-
I’m currently working on getting a copy of a functioning WP installation up and running on a local test site. I’m having what I think is an SSL problem, particularly regarding linking to stylesheets.
What I notice is: a lot of my pages are screwed up in a missing-a-stylesheeet kind of way (eg pretty menus have turned into a bunch of plain old underlined links. When I inspect the source of these pages, I find links to the stylesheets that look like:
<link rel='stylesheet' id='admin-style-css' href='https://10.1.1.5/~home/sitecopy/wp-content/themes/livetheme/admin/assets/css/admin-style.css' type='text/css' media='all' />
If I save a copy of the page somewhere and manually edit all those https links to be http links – kaboom, suddenly everything looks lovely.
Clearly what I need to do is ensure that everything on my copied installation is going to use http rather than https. So my question is – where is this set up, and how can I change it?
- The topic ‘Copying an SSL installation onto a non-SSL one’ is closed to new replies.