From eb3656c011ebcbf733f21893865fd91a2ec8b6f1 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 15 Apr 2008 17:55:54 +0000 Subject: Natty page handling functions. See engine/lib/pagehandler.php git-svn-id: https://code.elgg.org/elgg/trunk@470 36083f99-b078-4883-b0ff-0f9b5a30f544 --- htaccess_dist | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'htaccess_dist') diff --git a/htaccess_dist b/htaccess_dist index d3f5480d8..8db85934d 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -9,7 +9,9 @@ RewriteEngine on RewriteRule ^action\/([A-Za-z\_\-\/]+)$ action.php?action=$1 RewriteRule ^actions\/([A-Za-z\_\-\/]+)$ action.php?action=$1 -RewriteRule ^css\/css\.css$ css/css.php - RewriteRule ^odd\/([A-Za-z\_\-\/]+)$ odd/handler.php?guid=$1 -RewriteRule ^odd\/([A-Za-z\_\-\/]+)\/([A-Za-z\_\-\/]+)\/([A-Za-z\_\-\/]+)$ odd/handler.php?guid=$1&type=$2&idname=$3 \ No newline at end of file +RewriteRule ^odd\/([A-Za-z\_\-\/]+)\/([A-Za-z\_\-\/]+)\/([A-Za-z\_\-\/]+)$ odd/handler.php?guid=$1&type=$2&idname=$3>>>>>>> .r470 + +RewriteRule ^\_css\/css\.css$ css/css.php + +RewriteRule ^([A-Za-z]+)\/(.*)\/$ pagehandler.php?handler=$1&page=$2 -- cgit v1.2.3