2
I’m developing a project using the framework codeigniter.
In the index
which renders the site, I would like to first direct to a folder called 'input', and when clicking on a link in this folder, then enter the folder 'site', which in this case is the default folder.
My question is: If I put one index.html
with a redirect in javascript, will not work because the main thing is the php, and if I change the php, will not open the site in the click.
What they suggest to me?
I think your question can be improved a little to better understand your situation. Try to explain the context a little. The folders you refer to are the
Controllers
?– Richard Dias
In fact, I have a url outside the /site, where the controllers are and etc... And I needed to access it before accessing the site, because it’s an entry page, so when I click in, I would access it...
– Sr. André Baill