diff options
-rw-r--r-- | export/handler.php (renamed from odd/handler.php) | 0 | ||||
-rw-r--r-- | htaccess_dist | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odd/handler.php b/export/handler.php index 2c8643a73..2c8643a73 100644 --- a/odd/handler.php +++ b/export/handler.php 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
|