I'm just curious, if my site is php based, and I use mod_rewrite to change page.html?page=content into content.html, how will the bots spider it? I know mod_rewrite is suppose to happen before anything else, but will the bots just see the link as content.html (assuming i use a bidirectional rewrite) and follow that link and end up at content.html, indexing it that way, without it running into dynamic anything?
Also, if I use a one way mod_rewrite, and leave the internal links in php, will they still follow it? If they do, they'd end up at the friendly link (technically), so is that what they'd index?
Just trying to figure out the path of least resistance, thank you.