Re: [Ilugc] Convert Apache .htaccess to Lighttpd

2013-05-14 Thread Karthikeyan A.K
Y don't u try lighttpd forum if there any? On Mon, May 13, 2013 at 7:05 PM, Kannan wrote: > Guys, > Anyone who is expert in lighttpd conf's please help me to convert this. > Thanks! > > > On Thu, May 9, 2013 at 9:59 PM, Kannan wrote: > > > I am trying line by line > > > > Started with the foll

Re: [Ilugc] Convert Apache .htaccess to Lighttpd

2013-05-13 Thread Kannan
Guys, Anyone who is expert in lighttpd conf's please help me to convert this. Thanks! On Thu, May 9, 2013 at 9:59 PM, Kannan wrote: > I am trying line by line > > Started with the following line > > RewriteRule ^(.*).html$ \.php [QSA,L] > > to > > url.rewrite-once = ( "^(.*)\.php\??(.*)?$" => "

Re: [Ilugc] Convert Apache .htaccess to Lighttpd

2013-05-09 Thread Kannan
I am trying line by line Started with the following line RewriteRule ^(.*).html$ \.php [QSA,L] to url.rewrite-once = ( "^(.*)\.php\??(.*)?$" => "$1.html?$2" ) And it works. But I don't know how it works. Can you guys please help me with following lines RewriteCond %{REQUEST_URI} ^(.+)\~s$ Rew

Re: [Ilugc] Convert Apache .htaccess to Lighttpd

2013-05-08 Thread Venkatraman S
On Thu, May 9, 2013 at 10:26 AM, Arun Khan wrote: > On Wed, May 8, 2013 at 6:57 PM, Kannan wrote: > > *Hi Guys, * > > * > > * > > *Can anyone help me converting this Apache .htaccess to Lighttpd URL > > Consider nginx if you are switching the web > server software. > +1.

Re: [Ilugc] Convert Apache .htaccess to Lighttpd

2013-05-08 Thread Arun Khan
On Wed, May 8, 2013 at 6:57 PM, Kannan wrote: > *Hi Guys, * > * > * > *Can anyone help me converting this Apache .htaccess to Lighttpd URL Consider nginx if you are switching the web server software. > Rewriting. * > > RewriteEngine On > RewriteBase / > RewriteCond %{REQUE

[Ilugc] Convert Apache .htaccess to Lighttpd

2013-05-08 Thread Kannan
*Hi Guys, * * * *Can anyone help me converting this Apache .htaccess to Lighttpd URL 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 %