Forum Moderators: phranque
RewriteRule ^item_55/Modern-Silver-Jewelry-Ring.htm$ /Rings/Silver-Rings/Modern-Sterling-Silver-Ring [L] http://www.example.com/item_55/Modern-Silver-Jewelry-Ring.htm look in this place on the hard drive /[SERVER_ROOT]/Rings/Silver-Rings/ for a physical file called Modern-Sterling-Silver-Ring without revealing to the user that the internal file pointer has been amended to point to a different internal location. RewriteRule ^item_55/Modern-Silver-Jewelry-Ring.htm$ http://www.example.com/Rings/Silver-Rings/Modern-Sterling-Silver-Ring [R=301,L] http://www.example.com/item_55/Modern-Silver-Jewelry-Ring.htm tell them to go request a different URL: http://www.example.com/Rings/Silver-Rings/Modern-Sterling-Silver-Ring instead. [edited by: g1smd at 11:00 pm (utc) on May 14, 2012]
Why is the home page not good for the ErrorDocument.