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