CodeIgniter Forums
How can i keep all of my views out side the www root ??? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How can i keep all of my views out side the www root ??? (/showthread.php?tid=28105)



How can i keep all of my views out side the www root ??? - El Forum - 03-02-2010

[eluser]Zeeshan Rasool[/eluser]
Hi all, can it possible to keep my views outside the www roots? i have to do this as its requirement so any idea please.
Thanks a lot !


How can i keep all of my views out side the www root ??? - El Forum - 03-02-2010

[eluser]n0xie[/eluser]
Put your application folder outside of the wwwroot. Then change the APPPATH in your index.php. That's it.


How can i keep all of my views out side the www root ??? - El Forum - 03-02-2010

[eluser]Zeeshan Rasool[/eluser]
Thanks dear, it was simple solution if i actually need this Smile thanks again