User specific URL Redirection With Lighttpd

Posted by Joe on Stack Overflow See other posts from Stack Overflow or by Joe
Published on 2010-03-19T02:53:00Z Indexed on 2010/03/19 3:01 UTC
Read the original article Hit count: 329

Filed under:
|
|
|

Apache web hosts have a user-configurable ~/.htaccess file that allows local redirects, for example, www.awesomesite.com => www.awesomesite.com/launchmyawesomeapp.cgi

In lighttpd I know there is a global /etc/lighttpd.conf file, but is there something local like the Apache htaccess file?

thanks, joe

© Stack Overflow or respective owner

Related posts about lighttpd

Related posts about redirect