Forum Moderators: open
So, rather than this:
example.com/widget2.cfm?upc=66065
...or this:
example.com/66065.cfm
How about this:
example.com/widgets/latest-hot-title
...or along those lines.
Yahoo! hosting disallows .htaccess and so uri mod-rewrite is out.
It's still possible to convert the php "?" and "=" with Yahoo via code changes but you end up with the "index.php" being before the rest.
".com/index.php/my-big-blue-widgets" is better than ".com/index.php?mode=192321" etc.
IE: the uri better describes the page content (no more "?" and "=" variables or long number strings) BUT doesn't represent the exact file structure anymore.
Is having the index.php in the middle of the uri like this going to cause problems with indexing?