aboutsummaryrefslogtreecommitdiff
path: root/htaccess_dist
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-19 15:13:13 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-19 15:13:13 +0000
commit47475737ced41c30946a2d9113d0d359c157474b (patch)
tree7c251914b923cc886129e467f052672993ae1a33 /htaccess_dist
parent6546d603093ed257b6aff7e2cbcb8c7a8f52a930 (diff)
downloadelgg-47475737ced41c30946a2d9113d0d359c157474b.tar.gz
elgg-47475737ced41c30946a2d9113d0d359c157474b.tar.bz2
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
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 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