Provide content editors capability of specifying 301 redirects | Community
Skip to main content
Level 4
December 28, 2015
Solved

Provide content editors capability of specifying 301 redirects

  • December 28, 2015
  • 2 replies
  • 1398 views

Hi Guru's ,

 I'm facing a use case where content editors would like to have a capability of configuring a 301 redirects.

 From the web found some articles where using a component or in a template can specify a desired response code and a configure a redirect url .However I'm not sure of this approach as the request will always hit publishers before redirecting .

I would like to have my solution using redirects at web server level to avoid load on publishers . Are there any solutions where a redirect file can be generated on fly based on author's configurations of src and dest url's  and pushed to apache ? 

cheers

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

I dont think there is a way you can push the configuration to webserver, it has to be configured manually to webserver or may have to write a script to update the same.

2 replies

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
Level 10
December 29, 2015

I dont think there is a way you can push the configuration to webserver, it has to be configured manually to webserver or may have to write a script to update the same.

KrisgumAuthor
Level 4
December 30, 2015

@bsloki Thanks for your reply.

Other then approaches we discussed above any other approaches for  such use cases ?