https://issues.apache.org/bugzilla/show_bug.cgi?id=40373

--- Comment #9 from [email protected] ---
Encountered the same situation today on 2.4.10.

Found a workaround which could be applied in original poster's configuration as
follows:

DocumentRoot /var/www
<Directory /var/www>
  DirectorySlash Off
  RewriteEngine On
  RewriteOptions AllowNoSlash
  RewriteRule ^foo/(.*) /bar/index.php?path=$1 [L]
</Directory>

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to