The current project is placed under the root directory to build the. htaccess file
Rewriterule ^ (. *) $/index.php/$1 [L]
This path can be removed index.php
But I put it under the CI file in the Level 2 directory.
Rewriterule ^ (. *) $/index.php/$1 [L]
Switch
Rewriterule ^ (. *) $/ci/index.php/$1 [L]
But I can't find the file directory.
What's the solution?
Reply to discussion (solution)
. htaccess files in the CI directory?
Yes, I put it under the CI folder.
Add the question, My CI framework and projects are placed in the Level 2 directory. htaccess file redirection does not work, and later I put the CI framework in the root directory is not possible, but I copied a 2-level directory under the. htaccess file in the root directory is OK, it is not clear why, if I start a project at the same time call the root of the CI framework does not The question ....