[eluser]alpineedge3[/eluser]
Hello,
Recently I have been developing with the CI framework. However, I am testing a small web application on my server which will eventually run independently of a framework on another server.
I don't want to convert it to work with CI since the future server is framework-less. Before adding CI, the web app was accessed in a subdirectory like domain.com/webapp/, but since I removed index.php from the URLs, CI is looking for a webapp view. I can change the location of this application if necessary.
I know the first suggestion will be to convert both servers to the CI framework

but that will not be possible.
Any help will be appreciated. Thanks.