htaccess rewriterule help needed

Discussion in 'Apache' started by user099, Jun 4, 2010.

  1. #1
    hi,
    i need a little help for my rewriterule.

    script output is:
    http://www.mydomain.com/index.php?search=lorem+ipsum&source=All
    Code (markup):
    it should be looking like this:
    http://www.mydomain.com/lorem+ipsum.html
    Code (markup):
    i tried :
    RewriteRule ^([^/]*)\.html$ /index.php?search=$1&source=All [L]
    Code (markup):
    but output is still the same.
     
    user099, Jun 4, 2010 IP