I have many pages indexed in Google, but it would appear that google cannot see the content of these pages.
I finally figured out it is because each of my links are not seen as a href's... they are buried in comment tags - but from which file do I remove the comment tag?
*argh*
If I view one of my pages in my directory, I see the following code. How do I either enable mod rewrite or remove the comments? Actually I'd like to enable mod rewrite as I can see it gives me a better URL :-)
<!-- for mod rewrite -->
[<a href="detail-bet_nfl-60.html">Detail</a>]
<!-- for mod rewrite disabled -->
<!-- remove the comment tag -->
Thanks!


