Forum Moderators: phranque

Message Too Old, No Replies

Redirect Question

         

emodo

12:43 am on Jan 3, 2006 (gmt 0)

10+ Year Member



Simple question:

Using htaccess it is possible to redirect ONLY:

www.widget.com/1

to

www.widget.com

I don't want it to redirect all urls with widget.com/1 in them (ie widget.com/1/product1.htm), just that one url.

Any help would be greatly appreciated

Coil

5:51 am on Jan 3, 2006 (gmt 0)

10+ Year Member



Options All
RewriteEngine on
RewriteRule ^/1$ [widget.com...] [L]