thinkphp How do I disable direct access through a path?

Source: Internet
Author: User
Now a lot of permission system is based on URL path Control (module/action) such as thinkphp, Access path is http://localhost/thinkphp/index.php/index/index but according to the file path can also access to such as HTTP ://localhost/thinkphp/tpl/index/index.html, directly shows the source of index.html! There is no resolution, how to prohibit access to it? or other protective measures.

Reply content:

Now a lot of permission system is based on URL path Control (module/action) such as thinkphp, Access path is http://localhost/thinkphp/index.php/index/index but according to the file path can also access to such as HTTP ://localhost/thinkphp/tpl/index/index.html, directly shows the source of index.html! There is no resolution, how to prohibit access to it? or other protective measures.

Put it outside the web directory

Http://doc.thinkphp.cn/manual/deploy_directory.html

Create a new public folder and place the portal file in public

If you have a upload or images folder, you should also put it under Puclib.

Then modify the directory definition in the portal file

// 定义应用目录define('APP_PATH','../Application/');// 引入ThinkPHP入口文件require '../ThinkPHP/ThinkPHP.php';
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.