masthead image

.htaccess Not Working?

Wednesday February 24 2010, 02:17 PM

If you are having problems with Apache not accessing .htaccess its likely because the AllowOverride directive setting is "None".

By default, httpd.conf looks like this:

<Directory "C:/Apache/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

How To Setup A WAMP Development Environment

Tuesday January 13 2009, 09:48 PM

This article will discuss in detail how to setup a local Windows Apache, MySQL, and PHP (WAMP) development environment.