Ok, I'm setting up a mock website to house 3 templates for review.
(www.neighborpro.com) the structure would be..
http://www.neighborpro.com/template1
http://www.neighborpro.com/template2
http://www.neighborpro.com/template3
My reference was this link,
http://codex.wordpress.org/Installing_Multiple_Blogs
So I have 3 databases for the three blogs, and want them to be separate of each other.
Slide 1/template1 was the first WP I installed and themed. Click on the slide 1 and it should load.
Slide 2 is freshly installed and has its own database but won't load. I can access the admin area using (www.neighborpro.com/template2/wp-admin) all posts and photos are there but the site wont load via neighborpro.com/template2.
If I leave it loading it eventually gets here
(http://www.neighborpro.com:8888/template2/)
The sites were constructed on MAMP, I noticed the 8888 when it failed. My MAMP was localhost:8888 any ideas on how to fix it?
Do I need to use the multisite instructions found here? http://codex.wordpress.org/Create_A_Network#Step_3:_Allow_Multisite
It seems like alot of work to just view them as demos, and the actual end product would be completely apart from each other. (own domains/ftp/dbs)
Would changing the wp_ prefix for all of them resolve this using 1 db?
thanks