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
Bookmarks