From: marcus Date: Sun, 14 Jun 2009 19:53:39 +0000 (+0000) Subject: Actions rewrite rule will now match against numbers as well as letters. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b38aa453b8a9a54e6eb30fa6527ec75f59d89b92;p=lorea%2Felgg.git Actions rewrite rule will now match against numbers as well as letters. git-svn-id: https://code.elgg.org/elgg/trunk@3333 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/htaccess_dist b/htaccess_dist index 6f6794d77..eb9b3afcc 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -116,7 +116,7 @@ RewriteEngine on # #RewriteBase / -RewriteRule ^action\/([A-Za-z\_\-\/]+)$ engine/handlers/action_handler.php?action=$1 +RewriteRule ^action\/([A-Za-z0-9\_\-\/]+)$ engine/handlers/action_handler.php?action=$1 RewriteRule ^export\/([A-Za-z]+)\/([0-9]+)$ services/export/handler.php?view=$1&guid=$2 RewriteRule ^export\/([A-Za-z]+)\/([0-9]+)\/$ services/export/handler.php?view=$1&guid=$2