From f84e36f0690c87f30a292953562e80b280650540 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 14 Dec 2011 19:54:24 -0500 Subject: Refs #3341 allow files in the base of Elgg go through page handling system --- htaccess_dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htaccess_dist') 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 -- cgit v1.2.3