Forum Moderators: rogerd & travelin cat

Message Too Old, No Replies

Installation of second Wordpress directory

         

lee_sufc

2:10 pm on Dec 22, 2015 (gmt 0)

10+ Year Member Top Contributors Of The Month



I currently have WordPress installed on a /blog directory on my site.

I'm now looking at using WooCommerce so would obviously need to use WordPress.

However, would I be able to simply install a second WordPress within a /shop directory - would this in any way interfere with the existing /blog pages?

lucy24

9:28 pm on Dec 22, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Do your current URLs coincide with physical directories? that is:
http://example.com/blog/blahblah
=
stuff in /blog/ directory located within the overall example.com directory
And is the WP installation located inside this /blog/ directory, or is it currently in the root?

From where I'm standing, it looks like three htaccess files (assuming Apache built around mod_rewrite) -- one for the domain as a whole, one for /blog and one for /shop. Doable, but yuk.

Isn't there some WP plugin that will let you run the two functions-- blog and commerce-- out of the same WP install?

lee_sufc

9:30 am on Dec 23, 2015 (gmt 0)

10+ Year Member Top Contributors Of The Month



Thanks, Lucy - will have a look at the plugins and see if there is something.

You're right in that I would need 3 htaccess files...as it is, I have two (one for the "main" site, and another for the "/blog" directory.