Help converting apache's htaccess for lighttpd

Discussion in 'Site & Server Administration' started by ubuntu2006, Apr 29, 2009.

  1. #1
    I would like to switch over to lighttpd but confounded in converting over my url rewrite rules for lighttpd. This is my httaccess file:

    RewriteEngine on
    
    RewriteRule ^[^:]*\.(php|src|jpg|jpeg|png|gif|bmp|css|js|inc|phtml| pl|ico|html|shtml)$ - [L,NC]
    RewriteRule ^index.php?title - [L]
    RewriteRule ^(.*)\&(.*)$ $1\%26$2
    RewriteRule ^(.+)$ /index.php?title=$1 [L,QSA]
    Code (markup):
    anybody can help converting this to lighttpd?
     
    ubuntu2006, Apr 29, 2009 IP
  2. cfortner

    cfortner Peon

    Messages:
    46
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Unfortunatley I don't think there is an automated way to do this. You'll need to follow the instructions at redmine.lighttpd.net/wiki/lighttpd/Docs%3AModRewrite
     
    cfortner, May 1, 2009 IP