Project

General

Profile

Migrate apache <Directory> block with rewrite

Added by bkw about 14 years ago

Hi

I have a virtualhost in apache with a <Directory> I would like to rewrite to lighttpd. I'm not using simple vhost.
Is it possible to rewrite the apache <Directory></Directory> block like:

<Directory "/path/to/my/directory/">
RewriteEngine on
RewriteBase /
RewriteRule \.(php|html|htm|xml)$ index.php
</Directory>

to lighttpd syntax?

I'm running latest lighttpd from svn.
Thanks
bkw


    (1-1/1)