diff options
-rw-r--r-- | htaccess_dist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/htaccess_dist b/htaccess_dist index b9caf926e..d3f5480d8 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -9,4 +9,7 @@ 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
\ No newline at end of file +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 |