diff options
Diffstat (limited to 'htaccess_dist')
-rw-r--r-- | htaccess_dist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/htaccess_dist b/htaccess_dist index 9148ad2f5..90fcb40c8 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -67,8 +67,6 @@ RewriteEngine on #
#RewriteBase /
-RewriteRule ^cron\/$ engine/handlers/cron_handler.php
-
RewriteRule ^action\/([A-Za-z\_\-\/]+)$ engine/handlers/action_handler.php?action=$1
RewriteRule ^actions\/([A-Za-z\_\-\/]+)$ engine/handlers/action_handler.php?action=$1
|