postIt

        Post-It sticky notes with PasteBin sense

  • 02:59:23 am on May 6, 2010 | # | 0
    Tags: ,

    Enabling mod_rewrite in Apache:

    $ sudo cp /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/

    and restart Apache. This also may need editing /etc/apache2/sites-available/default to AllowOverride all:

    <virtualHost *:80>
            ServerAdmin webmaster@localhost
     
            DocumentRoot /var/www
            <directory />
                    Options FollowSymLinks
                    AllowOverride all
     

  • Modified from Prologue theme by Automattic

Leave a Comment