aboutsummaryrefslogtreecommitdiff
path: root/htaccess_dist
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-25 14:58:43 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-25 14:58:43 +0000
commit21a7ac75529481912399e5968d60857dd307758b (patch)
treeb4c5a1c989d99b24f6634323cfb1824a446a4000 /htaccess_dist
parentaac054ee5325ff22c84812b8857adaa4ef1d2d66 (diff)
downloadelgg-21a7ac75529481912399e5968d60857dd307758b.tar.gz
elgg-21a7ac75529481912399e5968d60857dd307758b.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Renamed /odd to /export since the handler can now do so much more... git-svn-id: https://code.elgg.org/elgg/trunk@533 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'htaccess_dist')
-rw-r--r--htaccess_dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/htaccess_dist b/htaccess_dist
index 1910dd3ac..5b6f81775 100644
--- a/htaccess_dist
+++ b/htaccess_dist
@@ -9,8 +9,8 @@ RewriteEngine on
RewriteRule ^action\/([A-Za-z\_\-\/]+)$ action_handler.php?action=$1
RewriteRule ^actions\/([A-Za-z\_\-\/]+)$ action_handler.php?action=$1
-RewriteRule ^odd\/([0-9]+)\/$ odd/handler.php?view=odd&guid=$1
-RewriteRule ^odd\/([0-9]+)\/([A-Za-z]+)\/([A-Za-z]+)\/$ odd/handler.php?view=odd&guid=$1&type=$2&idname=$3
+RewriteRule ^odd\/([0-9]+)\/$ export/handler.php?view=odd&guid=$1
+RewriteRule ^odd\/([0-9]+)\/([A-Za-z]+)\/([A-Za-z]+)\/$ export/handler.php?view=odd&guid=$1&type=$2&idname=$3
RewriteRule ^\_css\/css\.css$ _css/css.php