logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> How-to's & Documentation & Tips View previous topic :: View next topic
Reply to topic   Topic: Apache 2.2.0 and URL Rewrite
Author
Lutz-R. Frank



Joined: 03 Dec 2005
Posts: 21
Location: Germany

PostPosted: Sun 04 Dec '05 12:14    Post subject: Apache 2.2.0 and URL Rewrite Reply with quote

Hello All,

just wanted to share ... I'm using GALLERY2 and Movabletype - bith using heavily the feature to a.) dynamically post and b.) use short URL's. After installing 2.2, this didn't work.
I only got 403 errors.

Analyzing the httpd.conf and with help of Steffen it crystallized out that the new DIRECTORY directive was too strict and the new Authorize seems to have some issues. Editing it to

Code:

<Directory />
  Options FollowSymLinks
  AllowOverride All
  AuthBasicAuthoritative Off
</Directory>



and it runs perfect now.

Thanks Steffen,

Lutz
Back to top


Reply to topic   Topic: Apache 2.2.0 and URL Rewrite View previous topic :: View next topic
Post new topic   Forum Index -> How-to's & Documentation & Tips