当前位置:网站首页>宝塔添加一个网站:PHP项目
宝塔添加一个网站:PHP项目
2022-06-13 10:38:00 【夏已微凉、】
一、添加网站
- 添加站点,根据自己需要添加,选择根目录,选择数据库,选择PHP版本 等,

二、网站配置
1、【域名管理】

2、【网站目录】

3、【伪静态】
- 伪静态配置,下拉选择选项
thinkphp,就是我们熟悉的了
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
- 图1

- 图2

4、【php版本选择】
- 有些项目需要
php版本 >= 7.4,在这里设置该项目的php版本
5、【Composer】

6、【配置文件】
- 选择左边 配置文件,查看配置详情

三、左边菜单【软件商店】
- 可以在软件商店:
安装,卸载插件 - 如图:也可以对 已安装的
软件,选择 设置 按钮,进行插件的管理
边栏推荐
- Test cases that testers must master
- [tool chain series] Notepad++
- 数据库系统概念(第十七章)
- Questions and answers of the labor worker general basic (labor worker) work license in 2022
- Software testing often asks, do you really build a testing environment?
- 低代码开发一个基础模块
- C file package and download
- About the problem of database: it can't be found after repeated inspection
- Introduction to recursive idea and implementation, eliminating recursion
- Matplotlib 学习笔记
猜你喜欢

Introduction to knowledge map

C Oracle multi table query

Double carbon in every direction: green demand and competition focus in the calculation from the east to the West

Redundancy code question type -- the difference between adding 0 after

Système de gestion des défauts du projet Cynthia

架构师必备:系统容量现状checklist

Talk about MySQL indexing mechanism

Actual combat simulation │ real time error alarm of enterprise wechat robot

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

Mysql database conceptual design using E-R model
随机推荐
技术管理进阶——管理者可以使用哪些管理工具
Install Kubernetes 1.24
2022年尾矿复训题库及模拟考试
Idea life extension plug-in
On the exploitation of a horizontal ultra vires vulnerability
记一次水平越权漏洞的利用
为发泄对上司不满,百度95后程序员删库被判9个月
Test redundancy code for error problem type solution - excerpt
MySQL到底怎么优化?
2022煤矿探放水特种作业证考试题库模拟考试平台操作
什么是400G以太网?
计算循环冗余码--摘录
【轴承故障分解】基于matlab ITD轴承故障信号分解【含Matlab源码 1871期】
[bearing fault decomposition] ITD bearing fault signal decomposition based on MATLAB [including Matlab source code 1871]
China SaaS industry panorama
Brief introduction to memory structure of virtual machine
作为一个测试人员,这些基础知识必不可少
检验冗余码是否出错题型解法-摘录
C# Oracle 多表查询
Spark source code (I) how spark submit submits jars and configuration parameters to spark server