From 47475737ced41c30946a2d9113d0d359c157474b Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 19 Feb 2009 15:13:13 +0000 Subject: Repointed actions/ to action/ in all views and removed actions/* from the action handler. git-svn-id: https://code.elgg.org/elgg/trunk@2815 36083f99-b078-4883-b0ff-0f9b5a30f544 --- htaccess_dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htaccess_dist') diff --git a/htaccess_dist b/htaccess_dist index 9e80f7ec8..c4a7c1a36 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -111,7 +111,7 @@ RewriteEngine on #RewriteBase / RewriteRule ^action\/([A-Za-z\_\-\/]+)$ engine/handlers/action_handler.php?action=$1 -RewriteRule ^actions\/([A-Za-z\_\-\/]+)$ engine/handlers/action_handler.php?action=$1 +# -- TO BE DELETED -- RewriteRule ^actions\/([A-Za-z\_\-\/]+)$ 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 -- cgit v1.2.3