M
M
madc0de2018-07-23 13:53:30
opencart
madc0de, 2018-07-23 13:53:30

How to make links to Opencart xml files work?

Hello!
The situation is as follows
When accessing links of the form site.ru/sitemap.xml
Writes page not found
And if the full path to enter index.php?route=feed/yandex_feed, then everything works
What could be the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
web-mechanic, 2018-07-23
@amfetamine

write correct rewrite rules
for apache
RewriteRule ^sitemap.xml$ index.php?route=feed/yandex_feed [L]
for nginx I won't tell you right away, you have to look, but there will be examples on the net

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question