在CodeIgniter中将PHP文件限制在应用程序文件夹之外? [英] Restrict PHP files outside application folder in CodeIgniter?

查看:145
本文介绍了在CodeIgniter中将PHP文件限制在应用程序文件夹之外?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何限制PHP文件在应用程序文件夹之外执行?

How can I restrict PHP files from getting executed outside the application folder?

我使用CodeIgniter,我听说过在CodeIgniter这个东西是可能的。

I am using CodeIgniter and I have heard it somewhere that this thing is possible in CodeIgniter.

推荐答案

添加公用文件夹,将 index.php index.php 将应用程序和系统文件夹设置更改为 ../应用程序 ../ system 。点域名到公共文件夹。

Add public folder, move index.php into it, inside index.php change application and system folder settings to ../application and ../system respectively. Point domain to public folder.

这篇关于在CodeIgniter中将PHP文件限制在应用程序文件夹之外?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆