Forum Moderators: open
An Introduction to Redirecting URLs on an Apache Server [webmasterworld.com]
why change your extensions at all? I assume it is to use SSI but can't you just enable it for the html extension?
Thanks for the wake-up call.
Jaeden
Left the pages that were going to die and concentrated on the move. I went with 301's, and for a time google had the old .htm page and the new .shtml page next to each other (which was nice when that page was in a no. 1 pos!), and the following update the .shtml was the only one there in the exact position of the old .htm page.
Since I have had no problems, and SSI is a life saver.
ADD IN
and in case you are wondering why I changed to .shtml rather than just parse the .htm to allow SSI the reason was that as there were so many pages I wanted to be able to clearly see which pages were calling SSI and which weren't.
But I was never penalized. Once google realized my new link structure (all .html files were no longer being linked to)... then it dropped them naturally after 2 cycles (month and a half) and picked up the .shtml ones.
Imbeds file http
Basically this says to look for imbedded code within files in my Integrated File Structure with file types of html. So every html file will be parsed to see if there are any SSI commands. With a server as big as ours, I really don't think this will be any overhead.
As far as keeping things straight, which have SSI commands and which don't, I think I'll just have to come up with some kind of note, maybe a comment in the header or something.
Okay, next question... I've heard some servers allow you to map an html request that look static but is actually dynamic. Something like /CategoryDisplay/26/1026/ mapped to /CategoryDisplay?cgmenbr=26&cgrfnbr=1026. How does Google look at the first address? Does it think it is looking for a directory instead of a file? Does that work just as well as if you were trying to map to a .html file? Do both get indexed just as well?
[mysite.com...]
I don't believe it's the bot that looks for the index.html, but the server that decides what it is going to present when that "directory" is chosen.