﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
54	Apache mod rewrite httpd.conf issue	markwss	Jeff McKenna	"Hi, 

Looks like Apache httpd.conf needs to be setup differently for mod rewrite to work.

This the setting for DocumentRoot that made it work for me:

DocumentRoot ""D:/ms4w/Apache/htdocs""
<Directory ""D:/ms4w/Apache/htdocs"">
    #
    # Possible values for the Options directive are ""None"", ""All"",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that ""MultiViews"" must be named *explicitly* --- ""Options All""
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be ""All"", ""None"", or any combination of the keywords:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    AllowOverride All
	
	Order Allow,Deny
    Allow from All

    #
    # Controls who can get stuff from this server.
    #
    Require all granted
</Directory>
"	defect	closed	minor	5.0.0 release	MS4W - Apache	3.1.3	fixed	apache, mod_rewrite			
