How To Clear The Cache On Server Using Codelgniter For Website |
Hello Guys!
I am new to web development and my website **REDACTED** is made in codelgniter. and website is live. My developer has made the website. I would like to know how to clear the cache on server. Have a look at my files in given pictures. and please let me know for clearing the cache in which directory i have to click. You can also email me the solution at **REDACTED**
I would suggest that you inform your developer to move everything except index.php and assets one folder up. Right know people can access your composer.json and see what dependencies you have and what version. And find security holes in your application.
Regarding cache they are normally located in application/cache. https://codeigniter.com/user_guide/general/caching.html https://codeigniter.com/user_guide/libra...ching.html
(10-26-2019, 05:41 AM)jreklund Wrote: I would suggest that you inform your developer to move everything except index.php and assets one folder up. Right know people can access your composer.json and see what dependencies you have and what version. And find security holes in your application.Thanks
(10-26-2019, 05:41 AM)jreklund Wrote: I would suggest that you inform your developer to move everything except index.php and assets one folder up. Right know people can access your composer.json and see what dependencies you have and what version. And find security holes in your application. Thank you informing me. Actually, those developers are not working and available to me. Because I am just a seo who is working on his client website. I will try to do the changes by my side.
(10-26-2019, 05:41 AM)jreklund Wrote: I would suggest that you inform your developer to move everything except index.php and assets one folder up. Right know people can access your composer.json and see what dependencies you have and what version. And find security holes in your application. I am really thankful that you have suggested me the right way. But the problem is the developer who has made the website, not working with me. Either it has to be redesigned or I can migrate it to the laravel. Can I migrate **REDACTED** to the laravel with the same url structure? Other option is, I have to learn using codeigniter. I am trying to do it. By usings it's support fourms. Thanks ![]()
If you move the application and system folders up one into the root then you need to
edit the index.php file and change the application and system paths in it. PHP Code: $system_path = '../system'; What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |