Convert Apache Rewrite Rules to Lighttpd

Cerrado Publicado hace 7 años Pagado a la entrega
Cerrado Pagado a la entrega

We currently have a PHP Application that runs under Apache of which uses several rewrite rules. What we need is someone to convert these rewrite rules from Apache to Lighttpd.

The rewrite rules are:

<IfModule mod_rewrite.c>

SetEnv rewrite 1

RewriteEngine on

RewriteRule ^redirect/(.*)$ [url removed, login to view]$1 [L,QSA,NC]

# Rewrite URLs of the form '[url removed, login to view][request]'.

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ [url removed, login to view]$1 [L,QSA]

Order deny,allow

RewriteCond %{REQUEST_URI} !-U

RewriteRule ^(.+) [url removed, login to view]$1

RewriteCond %{HTTP_USER_AGENT} Wget [OR]

RewriteCond %{HTTP_USER_AGENT} CherryPickerSE [OR]

RewriteCond %{HTTP_USER_AGENT} CherryPickerElite [OR]

RewriteCond %{HTTP_USER_AGENT} EmailCollector [OR]

RewriteCond %{HTTP_USER_AGENT} EmailSiphon [OR]

RewriteCond %{HTTP_USER_AGENT} EmailWolf [OR]

RewriteCond %{HTTP_USER_AGENT} ExtractorPro

RewriteRule ^.*$ [url removed, login to view] [L]

</IfModule>

Apache Linux PHP

Nº del proyecto: #13223684

Sobre el proyecto

2 propuestas Proyecto remoto Activo hace 6 años