wadecourtney
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .htaccess QuestionThanks that’s what I was thinking.
Forum: Networking WordPress
In reply to: Am I running Multisite? I'm ConfusedI figured it out.
I had the wordpress URL wrong.
Problem solved.
Forum: Networking WordPress
In reply to: Am I running Multisite? I'm ConfusedHi Jason,
Thanks for your reply.
No, the lines weren’t there, I added them.
The links to the images and themes are pointing to the third instance of wordpress that is not visible to the outside world.
I discovered this last night and thought maybe I could use a redirect in the htaccess file to change the URL from
http://site-inside-our-firewall.pens.com/blog
to
http://server-outside-our-firewall.pens.com/blog
Would that work or is there a better way to handle this?
The blog that is broken is http://www.pens.com/blog/
Also, notice the trailing slash to the URL above. I’d like to get rid of that too.
One of the requirements of my customer is that we keep using http://www.pens.com/blog so that we don’t lose any SEO gains that we’ve had over the past couple of years.
Thanks for your help.
Wade
Forum: Installing WordPress
In reply to: Database connection Errors – at wits endResolved
This command needed to be run on both servers
setsebool -P httpd_can_network_connect=1
Forum: Installing WordPress
In reply to: Database connection Errors – at wits endUPDATE:
I am able to connect to the remote mysql server via the linux command line.
Still not able to connect to the server via wordpress.
Forum: Fixing WordPress
In reply to: Switching from self hosted to wordpress hostedYes, and thanks.
I’ve just posted on wordpress.com with the same question.
Thanks for pointing me in the right direction.
W