I tried to enable the fancy permalinks in WordPress. But all I got was an error 404: Page not found.
That is because for these fancy links WordPress maps the title and date of the article in the address to the original address example.com/?p=xyz by using the Apache module mod_rewrite. In Debian Lenny this is disabled by default. To activate it you just do a
# a2enmod rewrite
Additionally, AllowOverride has to be set to all instead of none. Modify the concerning file, e.g. /etc/apache2/sites-available/default:
<Directory /var/www/blog/>
...
AllowOverride all
...
</Directory>
7. Oktober 2009
Error 404 when enabling fancy permalinks in WordPress
Keine Kommentare »
Noch keine Kommentare
RSS Feed für Kommentare zu diesem Artikel. | TrackBack URI
Hinterlasse einen Kommentar
Kalender mit Posts
Schlagwörter
06
amd64
backup
calculation
cisco
config
connection
console
cron
csv
csv2latex
debian
diskussion
dresden
dresdner sc
dsc
english
enlisch vim latex wiki wikipedia wikimedia snipmate snippet syntax
entlassung
extension
Framework
gerüchte
gnuplot
htw
ide
Informatik
Informationssystemtechnik
IST
Java
keyboard
komma
latex
linux
php4
php5
plesk
Praktikum
Studium
suse
todo
todonotes
TU
typo3
vim
xelatex
Dieses Blog durchsuchen
© Kay Smarczewski – Powered by WordPress