aboutsummaryrefslogtreecommitdiff
path: root/htaccess_dist
diff options
context:
space:
mode:
Diffstat (limited to 'htaccess_dist')
-rw-r--r--htaccess_dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/htaccess_dist b/htaccess_dist
index 3e83fc5c2..1eb892cc2 100644
--- a/htaccess_dist
+++ b/htaccess_dist
@@ -14,6 +14,8 @@ RewriteEngine on
# RewriteBase /web/path/to/elgg/root/
#
+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