aboutsummaryrefslogtreecommitdiff
path: root/htaccess_dist
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-06-14 19:53:39 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-06-14 19:53:39 +0000
commitb38aa453b8a9a54e6eb30fa6527ec75f59d89b92 (patch)
treeee2ed39092466e28687a5d3c10a7bfc110045a10 /htaccess_dist
parentc921c41109e48a36fa47ae710945b15364b7de86 (diff)
downloadelgg-b38aa453b8a9a54e6eb30fa6527ec75f59d89b92.tar.gz
elgg-b38aa453b8a9a54e6eb30fa6527ec75f59d89b92.tar.bz2
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
Diffstat (limited to 'htaccess_dist')
-rw-r--r--htaccess_dist2
1 files changed, 1 insertions, 1 deletions
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