Answer the question
In order to leave comments, you need to log in
How to make a redirect in joomla 3 in web.config from one page to another?
Hello. I ask for help because I read all the Russian-language Internets, got into the bourgeois ones, but still I can’t solve the problem.
In general, there is a site on Joomla, which is on Microsoft IIS and, accordingly, ASP.NET. You need to register several redirects from one page to another. In my case, as far as I understand, this is done in the web.config file. But what options I have tried from the Internet - nothing works. How it's done? Maybe you can use something other than web.config?
And by the way, a mass redirect to remove "/" at the end of the address works only for the main page of the site.
Answer the question
In order to leave comments, you need to log in
If anyone can help, I solved the problem (thanks host tech support)
<rule name="Любое название" stopProcessing="true">
<match url=".*blog/ссылка-не-включая-домен" ignoreCase="true" />
<action type="Redirect" url="https://site.ru/blog/ссылка-включая-домен" redirectType="Permanent" />
</rule>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question