]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3341 allow files in the base of Elgg go through page handling system
authorcash <cash.costello@gmail.com>
Thu, 15 Dec 2011 00:54:24 +0000 (19:54 -0500)
committercash <cash.costello@gmail.com>
Thu, 15 Dec 2011 00:54:24 +0000 (19:54 -0500)
htaccess_dist

index bf163c69ea8c7c6f05a3b5dd30b02f34ad92a295..526299b94fd3b4854db7ac10ae450189ebfa520c 100644 (file)
@@ -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