Need htaccess help fast!

Discussion in 'Apache' started by absentx, Sep 12, 2011.

  1. #1
    The individual product pages of three websites of mine have been 404-ing since last week Tuesday and I didn't realize it until today!

    I use the following htaccess strategy for each site and they are all held in the same hosting account and I cannot pull up a product page on any one of them and I am losing huge traffic and this has been going on for a week, I need to solve it now, so I greatly appreciate any help.

    Here is my htaccess code that worked up until sometime last Tuesday:

    
    
    Options +FollowSymLinks
    
    RewriteEngine on
    
    RewriteRule /widget/(.*)/ products.php?widget=$1
    
    RewriteRule /brand/(.*)/ aftermarket_products.php?brand=$1
    
    Code (markup):
    basically I am rewriting www dot mysite dot com/products.php?widget=the-neat-blue-widget

    to

    www dot mysite dot com/products/widgets/the-neat-blue-widget/
     
    absentx, Sep 12, 2011 IP