乌版图怎么去掉index.php
时间:2021-06-18 来源:互联网
今天PHP爱好者给大家带来乌版图去掉index.php的方法:1、在项目根目录创建“.htaceess”文件;2、复制“000-dedault.conf”文件并重命名;3、创建配置文件;4、开启apache2的更新模块;5、重启apache2即可。希望对大家有所帮助。
本文操作环境:ubuntu 16.04系统、PHP7.1版,DELL G3电脑
乌版图怎么去掉index.php?
Ubuntu 16.04 本地 php 项目访问地址移除 index.php
1.在项目跟目录创建.htaceess文件,内容如下:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
2.在/etc/apache2/site-avalible文件夹中复制000-dedault.conf文件,重命名为你的项目.conf,如下:
cp 000-default.conf mysite.conf
并增加以下内容:
<VirtualHost *:80>
ServerName www.mysite.com
ServerAdmin webmaster@localhost
DocumentRoot /home/www/mysite
<Directory /home/www/mysite>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
Order allow,deny
allow from all
</Directory>
</VirtualHost>
3.创建配置文件连接,把新建的配置文件激活什么东西巴拉巴拉(当前目录站点-可用)
sudo a2ensite mysite.conf
4.运行以下命令,开启apache2的更新模块
sudo a2enmod rewrite [重要]
5.重启apache2
systemctl restart apache2.service
以上就是乌版图怎么去掉index.php的详细内容,更多请关注php爱好者其它相关文章!
-
田梗图是什么梗?揭秘网络热词背后的趣味含义,快速了解年轻人新潮表达方式! 2025-09-14
-
田梗小蜗牛是什么梗?揭秘农村走红新萌宠的搞笑日常! 2025-09-14
-
想知道田园犬梗是什么梗?揭秘网络热门萌宠梗的由来和爆火原因,看完秒懂! 2025-09-14
-
田字格梗是什么梗 揭秘网络爆火写字格搞笑玩法 看完秒懂 2025-09-14
-
甜茶桃梗是什么梗指网友调侃甜茶外貌像桃子般可爱的新晋网络热词,迅速走红社交平台。 2025-09-14
-
甜的梗是什么梗?揭秘网络爆火甜蜜梗背后的真实含义,看完秒懂! 2025-09-14