The Get value in thinkphp is the controller path

Source: Internet
Author: User

Today found that colleagues in the interface to pass back the value of the time to deal with, found that the iOS and the front end is passed back to the value of Acton (also known as Controller) path, input

Home/sign/add.html

Feel very strange, at first thought is to resolve the problem of the domain name, and then restart re-parse or not, while checking the PHP version, database configuration files are not problems, and finally noted the

It suddenly occurred to me that the. htacess file seems to have moved, open discovery

    1. <ifmodule mod_rewrite. C>
    2. Rewriteengine on
    3. Rewritecond%{request_filename}!-d
    4. Rewritecond%{request_filename}!-f
    5. rewritebase/index.php
    6. Rewriterule ^ (. *) $/index.php?/$1 [L]
    7. </IfModule>

A. htacss file has been generated according to the actual requirements of the project.

    1. <ifmodule mod_rewrite. C>
    2. Rewriteengine on
    3. Rewritecond%{request_filename}!-d
    4. Rewritecond%{request_filename}!-f
    5. Rewriterule ^ (. *) $ index.php?$1 [qsa,pt,l]
    6. </IfModule>

The Get value in thinkphp is the controller path

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.