Need help on Mod_rewrite

Discussion in 'PHP' started by Jeehan, Dec 19, 2012.

  1. #1
    Hello all please help me out with this:

    Trying to make this url (http://www.domain.com/search.php?category=book) to this (http://www.domain.com/category/book)

    ############httaccess##############
    Options +FollowSymlinks
    RewriteEngine On

    RewriteRule \.(css|js|jpg|png|gif)$ - [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^category/(.*) search.php?category=$1 [L]

    ############httaccess End##############

    but this is breaking css,js locations
    its becoming: http://www.domain.com/category/css/style.css

    Thank you.
     
    Jeehan, Dec 19, 2012 IP
  2. Jeehan

    Jeehan Well-Known Member

    Messages:
    1,578
    Likes Received:
    31
    Best Answers:
    1
    Trophy Points:
    115
    #2
    Solved. Closed thread
     
    Jeehan, Dec 19, 2012 IP