diff --git a/.htaccess b/.htaccess index ee89add..f20cd79 100644 --- a/.htaccess +++ b/.htaccess @@ -77,7 +77,7 @@ AddDefaultCharset utf-8 RewriteCond %{HTTP_HOST} ^([^www].*)$ - RewriteRule (.*) http://www.%{HTTP_HOST}%{REQUEST_URI}/ [L,R=301] + RewriteRule (.*) http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{THE_REQUEST} (\/[\w\/-]+\w)\s RewriteRule (.*) %1/ [R,L] diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 9b858c0..00da8a6 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -106,7 +106,35 @@ ga('send', 'pageview'); '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5KPBHP'); - + + + + + beginBody () ?> -- libgit2 0.21.4