I'm developing a project using the framework codeigniter.
In% of the rendering of the site, I would like to first direct to a folder called 'input', and clicking a link in this folder will then enter the 'site' folder, which in this case is the default folder .
My question is: If I put a index
with a redirect in javascript , it will not work because the main one is php >, and if I change php , it will not open the site on the click.
What do you suggest?