Zum Inhalt springen


PHPWelt.net Blog - Ein weiteres tolles WordPress-Blog


19. Februar 2008

WordPress und lighttpd

Wer auf seinem Server lighttpd anstatt Apache installiert hat muss bei der installation von WordPress folgende änderung an der Konfigurationsdatei ( /etc/lighttpd/lighttpd.conf ) vornehmen:

url.rewrite = (
    "^/(wp-admin/|wp-content/|wp-includes/|wp-login\.php|xmlrpc\.php|robots\.txt|sitemap\.xml|wp-).*" => "$0",
    "^" => "index.php"
)

.