.htaccess

Problems with the Windows version of XAMPP, questions, comments, and anything related.

.htaccess

Postby Tommys » 09. January 2006 20:18

All of my previous .htaccess files do not work now after upgrading to the latest xampp pack. They seem to allow access to previously password protected areas.

What has changed in the setup thats causing this ?

Thanks :D
Tommys
 
Posts: 2
Joined: 09. January 2006 20:09

Re: .htaccess

Postby keisko » 13. January 2006 17:12

Tommys wrote:All of my previous .htaccess files do not work now after upgrading to the latest xampp pack. They seem to allow access to previously password protected areas.

What has changed in the setup thats causing this ?

Thanks :D


Open httpd.conf
find this line

Code: Select all
#
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride None


Replace with
Code: Select all
#
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride All
keisko
 
Posts: 44
Joined: 31. January 2005 18:44

Postby Tommys » 13. January 2006 20:57

Thanks alot. Works like a charm. :D
Tommys
 
Posts: 2
Joined: 09. January 2006 20:09


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 201 guests