PDA

View Full Version : Mod-Rewrite for %20


keith1995
08-07-2006, 09:01 PM
Anyone know how to rewrite the spaces (%20) in a URL to convert them to hypens (-).

For example, http://www.acme.com/widget 101.shtml to http://www.acme.com/widget-101.shtml

AND

http://www.acme.com/whats new/widget.shtml
to
http://www.acme.com/whats-new/widget.shtml

Your help is appreciated!

NancyJ
08-08-2006, 11:36 AM
%20 is \s if that helps

keith1995
08-08-2006, 08:51 PM
Not sure I follow that comment.

Do you have some code that I could try in the .htaccess file?