aboutsummaryrefslogtreecommitdiff
path: root/htaccess_dist
diff options
context:
space:
mode:
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 a411de27f..bd3ab0260 100644
--- a/htaccess_dist
+++ b/htaccess_dist
@@ -7,8 +7,8 @@ php_flag magic_quotes_gpc off
RewriteEngine on
-RewriteRule ^action\/([A-Za-z\_\-\/]+)$ action.php?action=$1
-RewriteRule ^actions\/([A-Za-z\_\-\/]+)$ action.php?action=$1
+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?guid=$1
RewriteRule ^odd\/([0-9]+)\/([A-Za-z]+)\/([A-Za-z]+)\/$ odd/handler.php?guid=$1&type=$2&idname=$3