Just in case, I though I should mention that WOZ 1.5 is only available for download from the website in Hira's signature. It is not presently available from the Zen Cart Free Downloads section.

私がWOZ 1.5はHira'でウェブサイトからのダウンロードのためだけに利用できることを述べるべきであるけれどもちょうど場合で、I; sの署名。 それは禅のカートのフリー・ダウンロードセクションから利用できない。

Quote Originally Posted by conor View Post
Hi hira,

Got a question or two here for anyone using WOZ and Ceon URI Mapping...

Are you manually adding a URI Mapping for the wordpress main_page to the uri mapping table?

Why are you adding that?

Does wordpress not have its own static URIs on the site?

If so, you could just add exclusions for these URIs to the rewrite rule.

Code:
# Don't rewrite wordpress URIs
RewriteCond %{REQUEST_URI} !/^comments.* [NC]
RewriteCond %{REQUEST_URI} !/^feed.* [NC]
Or are you tring to set a static URI for a page such as index.php?main_page=wordpress&feed=rss2

?

Please let me know what it is that you are doing!

Thanks,

Conor