URL Rewriting
URL Rewriting is a technique that consists in redefining page addresses (often called URLs) to make them more understandable and more meaningful for search engines.

In dynamic sites, the pages are often characterized by complex URLs, for example:
http://www.oxashopuk.oxatis.com/PBSubscribe.asp?PBMInit=1

When reading this address, it's difficult to get a clear-cut idea about the content of the displayed page. Furthermore, certain search engines don't necessarily like these parameters and only index the first two or three to limit the combinations.

The URL rewriting technique consists in "recoding" the URL to transform the parameters to something more "static".

Using the previous example, this technique could give the following result:
http://www.oxashopuk.oxatis.com/new-customer-registration.htm
Examples of Rewritten URLs at Oxashop
- Customer Testimonials: http://www.oxashopuk.oxatis.com/customer-testimonials.htm

- General Terms of Sale: http://www.oxashopuk.oxatis.com/general-terms-sale.htm

- The "Home Decor / Lamps" Category: http://www.oxashopuk.oxatis.com/home-decor-lamps.htm
Attention: On this page, the example links open in a new window. This is not linked to the URL rewriting functionality. The links open in a new window to make reading this page easier for demonstration purposes.