Access a folder complete outside PHP CodeIgnitor Application on same domain.
Hi experts,
I would like to have a folder with complete independent files inside the same root as I have already a codeignitor applicatoin but I cant get it work.
My root folder has a folder called /application/ where the main application is saved.
/home/user1/public_html/application/
and I would like to have now other .php filer which have nothing to do with the main application in a sub directory like this
/home/user1/public_html/mystuff/
Inside this folder might be other sub folders as well as several .php files.
When I try to access them now like: www.mydomain.com/mystuff/ I get CodeIgnitor file not found errors.
How do I have to do this in order to get this work?