• User

    porting .htaccess a lighttpd

    buongiorno,
    dovrei tradurre questa regola di modrewrite per apache adattandola al server web lighty:

    RewriteEngine On

    RewriteCond %{REQUEST_URI} !^/file/.*
    RewriteCond %{REQUEST_URI} !^/install/.*
    RewriteCond %{REQUEST_URI} !^/update/.*
    RewriteCond %{REQUEST_URI} !^/design/.*
    RewriteCond %{REQUEST_URI} !^/plugins/.*
    RewriteCond %{REQUEST_URI} !^/vbforum/.*
    RewriteRule ^index.php(/.*)$ /index.php?do=$1

    RewriteCond %{REQUEST_URI} !^/file/.*
    RewriteCond %{REQUEST_URI} !^/install/.*
    RewriteCond %{REQUEST_URI} !^/update/.*
    RewriteCond %{REQUEST_URI} !^/design/.*
    RewriteCond %{REQUEST_URI} !^/plugins/.*
    RewriteCond %{REQUEST_URI} !^/vbforum/.*
    RewriteCond %{REQUEST_URI} !^/index.php
    RewriteRule ^(.*)$ /index.php?do=/$1

    qualcuno puo' aiutarmi?


  • Super User

    Dubito che qualcuno si metta a tradurti il codice gratis..

    Leggi questo intanto, poi se qualcosa non va come ti aspetti posta pure i problemi!