当前位置:网站首页>Pagoda add a website: PHP project
Pagoda add a website: PHP project
2022-06-13 10:44:00 【The summer is already slightly cool】
One 、 Add a website
- Add site , Add... According to your own needs , Select root directory , Select database , choice PHP edition etc. ,

Two 、 Website configuration
1、【 Domain name management 】

2、【 Website directory 】

3、【 Pseudostatic 】
- Pseudo static configuration , Drop down selection options
thinkphp, We are familiar with it
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
- chart 1

- chart 2

4、【php Version selection 】
- Some projects require
php edition >= 7.4, Set the project's php edition
5、【Composer】

6、【 The configuration file 】
- Select left The configuration file , View configuration details

3、 ... and 、 Left menu 【 Software store 】
- It can be found in the software store :
install , uninstallplug-in unit - Pictured : Also can be Installed
Software, choice Set up Button , Manage plug-ins
边栏推荐
猜你喜欢

SQL server cannot find user or group when creating windows login account

中国SaaS产业全景图谱

基于SSM实现水果商城批发平台

Vivo large scale kubernetes cluster automation operation and maintenance practice

Mysql database conceptual design using E-R model

Introduction to binary tree

Idea remote debugging jar submitted by spark submit

记一次水平越权漏洞的利用

【20220526】UE5.0.2 release d11782b

C Oracle multi table query
随机推荐
Oracle custom data type question
Redundancy code question type -- the difference between adding 0 after
What is 400g Ethernet?
Docker部署Mysql
记几次略有意思的 XSS 漏洞发现
As a tester, these basic knowledge are essential
格林纳达代表团团长孙宇晨出席WTO MC12 强调发展数字经济
ADG备库MRP0状态WAIT_FOR_GAP
Idea remote debugging jar submitted by spark submit
C Oracle multi table query
一文读懂简单查询代价估算【这次高斯不是数学家】
逐向双碳:东数西算中的绿色需求与竞争焦点
Pytorch basis (II) -- tensor and gradient
MySQL到底怎么优化?
Understanding RPC and rest
Initial installation and use of redis [play with Huawei cloud]
在 Kubernetes 集群上部署 VSCode
IDEA 续命插件
Test cases that testers must master
Go zero microservice Practice Series (III. API definition and table structure design)