From: cash Date: Thu, 15 Dec 2011 00:54:24 +0000 (-0500) Subject: Refs #3341 allow files in the base of Elgg go through page handling system X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f84e36f0690c87f30a292953562e80b280650540;p=lorea%2Felgg.git Refs #3341 allow files in the base of Elgg go through page handling system --- diff --git a/htaccess_dist b/htaccess_dist index bf163c69e..526299b94 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -125,7 +125,7 @@ RewriteRule ^rewrite.php$ install.php # Everything else that isn't a file gets routed through the page handler RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule ^([A-Za-z0-9\_\-]+)$ engine/handlers/page_handler.php?handler=$1 [QSA] +RewriteRule ^([A-Za-z0-9\_\-.]+)$ engine/handlers/page_handler.php?handler=$1 [QSA] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f