Forum Moderators: open
Use mod_rewrite or find a way to redesign into actual pages. Huge query strings are a pain anyway. Hard for someone to email it to a friend, impossible for someone to remember a specific page off the top of their head, etc.
They also look nasty ;)
Outside of building static pages that link back to my site, does anyone have any other helpful suggestions?
The normal sites ( I mean static) is more preffered
a lot of my sites look perfectly static and none are
rewrite the url's so they look static.
An Introduction to Redirecting URLs on an Apache Server [webmasterworld.com]
What about:
[widgets.com...]
If I have to change this, I'm gonna be sick.
I can find plenty of info on Appache, however our ISP in there infinite stupidity went with IIS.
Our ISP is great otherwise, so we rather work around the IIS issues rather than switch to an ISP that uses the industry standard Appache.
If you rewrite the urls to make them static looking, the bots will index your pages with no problems. However, if you get a lot of them accessing your site at the same time, they can easily slow your site and server way down or even crash it.
Does anybody have An Introduction to Redirecting URLs on an Microsoft IIs server.
I've reviewed a few of the programs that are available on the market for redirecting URIs in IIS. I would recommend the ISAPI Rewrite program as it is probably the most robust of the programs available.
You'll need to familiarize yourself with the use of regular expressions. You'll also want to prepare for setting up your 301s and 404s where applicable.
Rewrite your URIs so they are short and descriptive with minimal use of hyphens. You want to make them easy to read, bookmark and share with others verbally.
Careful planning needs to go into the new URI structure. Once you have them set up, you don't want to change them.