Hi,
I recently set up some rules to rewrite dynamic links to seo friendly ones. They seem to work fine however my google crawl stats show 404s for links like this
/montgomery-county/potomac-md/
or
/montgomery-county/potomac-md/index.php
the rules I set up rewrite the links to something like this
/montgomery-county/potomac-md/detached-homes-for-sale-page1.html
What am I missing? I don't want google to try to find and index these "subdirectories". What am I missing? Here is one of my rules.
Rewriterule ^([^-/]+(-[^-/]+)*)-county/([^-/]+(-[^-/]+)*)-md/([^-/]+(-[^-/]+)*)-homes-for-sale-page([0-9]+)\.html$ index.php?action=searchresults&PageID=searchresultssef&County=$1&city=$3&Type=$5&ForSale=Y&cur_page=$7 [L]