Say I have something like this, www.mysite.com/customers/?customerid=10. Is it possible to have my url be something like www.mysite.com/customers/10 in the address bar?
| SitePoint Sponsor |
Say I have something like this, www.mysite.com/customers/?customerid=10. Is it possible to have my url be something like www.mysite.com/customers/10 in the address bar?
Or I should be asking instead, is it possible for users to access the www.mysite.com/customers/?customerid=10 link by typing www.mysite.com/customers/10 in the address bar?


apache and mod_rewrite does stuff like this. I think there is some kind of mod_rewrite for IIS but it would be up to your host if it's available or not.
Doug G
=====
"If you ain't the lead dog, the view is always the same - Anon
it called ISAPI Rewrite, but if you are in shared hosting you must ask it from your hosting provider
Bookmarks