Revision: 40324
Updated Code
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
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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