Page 1 of 1

Folders to Querystring

New postPosted: 10 Aug 2008 03:41
by douglaskarr
I would like to have my site do the following:

Rewrite: http://site.com/field/value
to
http://site.com/index.php?field=value

I would like to add exceptions, though, like:
http://site.com/includes/
http://site.com/images/

The field must always be
Code: Select all
a-zA-Z

However, the value can have any punctuation (like Web2.0)

Any help would be appreciated!