Apache DirectorySlash Off - Site breaks
snippet in htaccess
Apache DirectorySlash Off - Site breaks
user3110
Changes with Apache 2.3.16
...
*) mod_rewrite: Add the AllowNoSlash RewriteOption, which makes it possible
for RewriteRules to be placed in .htaccess files that match the directory
with no trailing slash. PR 48304.
[Matthew Byng-Maddick <matthew byng-maddick bbc.co.uk>]
...
Apache DirectorySlash Off - Site breaks
user9331
RewriteRule . /folder/index.php [L]