Commit caafa02f1b129079d0d6a4d619ebaf438c77f06f
1 parent
cc601340
remarketing
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
.htaccess
... | ... | @@ -131,6 +131,8 @@ AddDefaultCharset utf-8 |
131 | 131 | |
132 | 132 | RewriteRule sitemap.xml$ frontend/web/sitemap.xml [L] |
133 | 133 | |
134 | + RewriteRule feed.csv$ frontend/web/feed.csv [L] | |
135 | + | |
134 | 136 | RewriteCond %{REQUEST_URI} !^/(frontend|backend)/web/(assets|css|txt|js|images|fonts|img|files)/ |
135 | 137 | |
136 | 138 | RewriteCond %{REQUEST_URI} !index.php | ... | ... |