Zen Cart Logo
Forums / General Questions / Error after installed wordpress in subfolder under zencart - SEO URL conflicting

Error after installed wordpress in subfolder under zencart - SEO URL conflicting

Locked

Views: 2,968

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
25 Oct 2007, 7:51 AM
#1
8_miles avatar

8_miles

New Zenner

Join Date:
Aug 2006
Posts:
12
Plugin Contributions:
0

Error after installed wordpress in subfolder under zencart - SEO URL conflicting

First, I installed zencart under the /public_html/, and i used Ultimate_SEO_URLs
So when i access https://www.myshop.com ,it will show the store. Since then, everthing works well.

But then i created a folder under the /public_html/ named as blog. After that, i installed wordpress2.3(it's not the plugin wordpress for zencart) under blog folder. I can access the main page of blog https://www.myshop.com/blog/

But seems the Ultimate_SEO_URLs rewrite all urls including the blog, so each time i open the blog categorie,it leads me to the store page.

Anyone know how to control the Ultimate_SEO_URLs, and let it only rewrite zencart but others folders under /public_html/

i guess i should write something in .htaccess ,but i don't have any clue. :cry:

25 Oct 2007, 2:01 PM
#2
nomadrw avatar

nomadrw

Zen Follower

Join Date:
Sep 2007
Location:
Somewhere in Southern Cal
Posts:
331
Plugin Contributions:
0

Re: Error after installed wordpress in subfolder under zencart - SEO URL conflicting

Questions:
When you load WordPress did you place that in its own folder (ie what level or directory is it at)
Where is Zen load at ie at the root level?
and did you give it its own db (database) system

nomad

26 Oct 2007, 2:40 AM
#3
8_miles avatar

8_miles

New Zenner

Join Date:
Aug 2006
Posts:
12
Plugin Contributions:
0

Re: Error after installed wordpress in subfolder under zencart - SEO URL conflicting

the zencart folder look like this: /public_html/zencart/

the blog folder look like this: /public_html/blog/

so the zencart and blog are both under root

zencart and blog are using different database

Plus: i read some articles, some mentioned that you have to add some Apache code like: rewritecond....... in .htaccess

in one word, i should add some Apache code to Ignore Rewrite specific folder.

but i tried many time, still doesn't work.