Return to Snippet

Revision: 40324
at January 30, 2011 10:05 by silentpro


Updated Code
/* CHANGE httpd.conf */

<Directory />
    Options Indexes FollowSymLinks
    AllowOverride None
</Directory>

/* TO */

<Directory />
    Options Indexes FollowSymLinks
    AllowOverride All
</Directory>

Revision: 40323
at January 30, 2011 10:02 by silentpro


Initial Code


Initial URL


Initial Description


Initial Title
Wordpress Permalinks MAMP

Initial Tags
textmate, wordpress, directory

Initial Language
Other