Exactly.
And it's the same way it is tricked with our new forum and topic URL.
Actually, for bots and user, there is absolutely now way to tell a loaded page is static (linked to physical file with the same name and the flat html or xml code in it) or dynamic as long as they do not use the ? separator( the one used in URL to send vars to php script : ?var1=xx&var2=abc).
The only hint we give on this are the anchor ("-vtxx" "-vfxx" etc), but it does not change anything, bots do not car about those as it's normal to find text and number in html file-names.
What really exists and matters here is the outputted code, no matter how it was build (static read file or dynamic generation).
mod rewrite is 100% transparent for both users and php, none of them see anything wrong, user see and use html like URLs and php is able to grab all needed vars the same exact way as before (it does not know URL are being rewritten, Apache is just changing method to give them to it).
++

English |
French

