Zum Inhalt springen

Forum

PHPWelt.net Blog - Ein weiteres tolles WordPress-Blog


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"
)

.

« Ubuntu auf einen VServer installieren – Mit PHP eine Email senden »

Info:
WordPress und lighttpd ist Beitrag Nr. 5
Autor:
Kategorie:
Wordpress, lighttpd |
Tags:
,  

Keine Kommentare »

Es gibt noch keine Kommentare.

Einen Kommentar hinterlassen