Topic by Ramy NATOUR
Content
Hello everyone,
I would like to know if there is a way to use the 'DevelopmentRedirect' styled URL in order to access to a controller in development mode without having to promote it to production at each test.
The developmentRedirect styled URL follows the following pattern as said in the Idea lab:
http://{site_name}/ci/admin/developmentRedirect
It redirects to app per default (i.e. http://{site_name}/ci/admin/developmentRedirect/answers/list <=> app/answers/list).
It tried using the '../' syntax to access the controller folder but it didn't work.
Thanks in advance,