Multi Site Nested Pages URL Structuring

Permalink
Hy Guys,

I have a c5 (ver 5.6.3.2) install with the purpose of using it for multiple clients. c5 adds all pages in a hierarchy under "Home". So I have added pages as
Client 1 Page Hierarchy: Home > About Us + Services + Procedures + Contact Us
Client 2 Page Hierarchy: Home > Client 2 > About US + Services + Procedures + Contact Us

Then assigned a separate theme folder for each client and used unique content areas names in each theme. So when theme-1 is loaded (for client 1) content areas (with data from database) is intact for intended pages.

Navigation for each theme is achieved by adding AutoNav Blocks and setting it display only pages upto to some sub-levels or under a particular page.

The problem is with the URL structure for forms is mysite.com/index.php/client-2/about-us for client2's pages that is visible in the browser and what would ultimately be visible to search engines.

I would like the URL's structure to be mysite.com/about-us and more importantly search engines should index the page's URL as mysite.com/about-us and not mysite.com/client2/about-us.

I think this could be done by setting some directives in config/site.php or may be some .htaccess directives not sure though. Can anybuddy plz help with this.

Thanks
dkj