diff --git a/system/htmly.php b/system/htmly.php
index 4a8f68e1..152097aa 100644
--- a/system/htmly.php
+++ b/system/htmly.php
@@ -3004,6 +3004,11 @@
$url = site_url() . 'search/' . remove_accent($search);
header("Location: $url");
}
+
+ if ($static === 'front') {
+ $redir = site_url();
+ header("location: $redir", TRUE, 301);
+ }
$father_post = get_static_post($static);
if (!$father_post) {