A
A
angelzzz2017-01-31 23:50:22
opencart
angelzzz, 2017-01-31 23:50:22

How to show www.domain.ru instead of www.domain.ru/promo?

Made a one-page online store on opencart. To do this, I redirected from the main page to the product page. In the home.tpl file I wrote:

<?php
header("Location: /promo");
exit();
?>

Now the www.domain.ru/promo page opens when trying to access www.domain.ru. how to make www.domain.ru/promo look like www.domain.ru?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Danilkin, 2017-02-02
@danilkin

Use link transformation in .htaccess file and mod_rewrite

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question