Enter ugly and pretty URLs in the space provided to generate search friendly redirects for your server.

URLs should not begin with domain names or slashes, and servers must support rewrite rules.

For dynamic URLs, place the dynamic parts inside < and >.

Example:

http://mktgdept.com/members/chad
would be entered as:
members/<chad>
since <chad> is the part that could be <bob> or <frank>.

The ugly URL is:
profiles.php?member=<chad>
and would be entered as such.

Multiple dynamic fields can be used as well:
http://mktgdept.com/services/wichita/seo
might be entered as:
services/<wichita>/<seo>
and
services.php?city=<wichita>&type=<seo>

Contact Search Friendly URLs or @chadsmith for support.