Whoa! Time to take out the Extra-Strength Advil!
Oh for sure. I'm gonna focus on Google for the time being, and then move from that to all other search engines. I wish I was advanced enough to just make it all right the first time, but alas, I've got a lot to learn.
So, it looks like a toss up. I'm noticing more and more Dynamic URLs in my search results, but there is still a lot of information that isn't being indexed.
I've been reading about the rewrite mod on the Apache website, but I'm afraid that it quite a bit over my head, but I think I'm starting to get a grasp on the principle of it. Here is what I think I've figured out:
TCH server gets a request for http://www.robflavored.com, the mod-rewrite takes this URL, and sends the information from the absolute location on the server http://www.robflavored.com/public_html/index.html, and makes sure to send the index.html file. But the visitor to my site will never see the public_html part of the URL.
Now, if I were to use the mod-rewrite to give "false" static URLs in place of Dynamic URLs, I would basically set the condition to take the URL that is requested by the visitor (ie. http://www.robflavored.com/links.htm) and instead send the Dynamic URL in place of that (ie. http://www.roblfavored.com/index.php?id=links). So the information or file sent to the visitor is actuall index.html?id=links, but no matter what their (and Google) sees the URL as being a static URL, and therefore will index it.
That's how I perceive the information that I have read about the mod_rewrite. I am going to try and find a dumbed down version of what Apache has, and see what I can find out, but I thought I'd post this here in case I can't find anything. If I am right in understanding how it works, than I will take the next step in learning how to use the mod_rewrite. My other question would be whether or not I am at all able to even do anything with mod_rewrite as a TCH user, simply because I am (of course) on a shared server. I don't want to learn all of this, and then find out that it won't even help me. (although, it would still be good to know I suppose).
Thanks guys,
Robert