[Ilugc] Convert Apache .htaccess to Lighttpd

  • From: knura9@xxxxxxxxx (Arun Khan)
  • Date: Thu, 9 May 2013 10:26:49 +0530

On Wed, May 8, 2013 at 6:57 PM, Kannan <kannan4k at gmail.com> wrote:

*Hi Guys, *
*
*
*Can anyone help me converting this Apache .htaccess to Lighttpd URL

Consider nginx <http://nginx.org/en/> if you are switching the web
server software.

Rewriting. *

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^(.+)\~s$
RewriteRule ^(.*) stats.php?u=\ [L]
RewriteCond %{REQUEST_URI} ^(.+)\~d$
RewriteRule ^(.*) delete_file.php?u=\ [QSA,L]
RewriteCond %{REQUEST_URI} ^(.+)\~i$
RewriteRule ^(.*) share_file.php?u=\ [QSA,L]
RewriteCond %{REQUEST_URI} ^(.+)\~f$
RewriteRule ^(.*) view_folder.php?f=\ [QSA,L]

What have you tried so far to convert your existing rules?

-- 
Arun Khan
Sent from my non-iphone/non-android device

Other related posts: