Home > PHP Framework > ThinkPHP > body text

Pay attention to the access error 'Illegal request: index/add' in TP6 and the pitfalls in multi-application settings.

藏色散人
Release: 2020-12-31 14:43:13
forward
3125 people have browsed it

The following is the thinkphp framework tutorial column to share with you the access error "illegal request: index/add" and pitfalls in multi-application settings in TP6. I hope it will be helpful to friends who need it. Helped!

1. Create a multi-application directory
Pay attention to the access error Illegal request: index/add in TP6 and the pitfalls in multi-application settings.
2. App in the config file. php, open multiple applications
Pay attention to the access error Illegal request: index/add in TP6 and the pitfalls in multi-application settings.
3. Access the directory file under the admin application, you can access it normally
Pay attention to the access error Illegal request: index/add in TP6 and the pitfalls in multi-application settings.
Note: There are pitfalls here, If the routing method for accessing this file is defined in the route directory of the next project, the url access will be invalid. Prompt illegal request.
Pay attention to the access error Illegal request: index/add in TP6 and the pitfalls in multi-application settings.
The error is reported as follows
Pay attention to the access error Illegal request: index/add in TP6 and the pitfalls in multi-application settings.
So if the routing access file method is configured, use the routing definition to access

Pay attention to the access error Illegal request: index/add in TP6 and the pitfalls in multi-application settings.
4. Configure domain name binding
Set in the app.php file under config.
Pay attention to the access error Illegal request: index/add in TP6 and the pitfalls in multi-application settings.
Access after configuration
Pay attention to the access error Illegal request: index/add in TP6 and the pitfalls in multi-application settings.Note: If a domain name is bound to an application, other parallel applications can no longer use this domain name for access. You can set other domain names for binding, otherwise you will not be able to access it.
Pay attention to the access error Illegal request: index/add in TP6 and the pitfalls in multi-application settings.

The above is the detailed content of Pay attention to the access error 'Illegal request: index/add' in TP6 and the pitfalls in multi-application settings.. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
tp6
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template