What is this? From this page you can use the Social Web links to save WordPress Permalinks using Apache2 on Debain to a social bookmarking site, or the E-mail form to send a link via e-mail.

Social Web

E-mail

E-mail It
February 21, 2007

WordPress Permalinks using Apache2 on Debain

Posted in: Blowing off Steam, developer/code/apps

We wasted a good hour or two trying to work out this issue the other day. Quite franky I can’t stand Debian for hosting websites - sure its okay to use for large network applications, and I am certain then many an old bearded linux geek wearing “I’m the 16 year old girl your were talking to online last night” t-shirts might beg to differ but for your run of the mill website go Centos or Fedora all the way!!!

WordPress Permalinks using Apache2 on Debain

If you’re running Apache2 on Debian stable, in order to install the rewrite module you simply need to:

# a2enmod rewrite

then restart the webserver:

# /etc/init.d/apache2 restart


Return to: WordPress Permalinks using Apache2 on Debain