Sitecore redirect module

I installed the Redirect module in sitecore. Inside the modules I created "Redirect Url". In Redirect Url, I wrote Requested Url " http: // domainname / pagename " and selected "Redirect from content." But that does not work. Can someone tell me what's wrong with what I'm doing?

I created a redirect template.

enter image description here

+4
source share
1 answer

, . (, ), . Slabyak, , , GitHub > .

:

  • /sitecore/system/Modules/Redirect Module Sitecore Pagename Test
  • ^/pagename/?
  • 301
  • ,
  • ( , )

enter image description here

, http://myhostname/pagename/ 301 .

, , , , .

+3

Source: https://habr.com/ru/post/1611443/


All Articles