码迷,mamicode.com
首页 > Web开发 > 详细

ThinkPHP/---隐藏index.php

时间:2019-03-08 10:02:14      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:sas   link   hosts   .htaccess   writer   module   virtual   write   ant   

vhosts.conf

<VirtualHost *:80>
DocumentRoot "E:\sasa"
ServerName sasa.cn
ServerAlias sasa.cn
<Directory "E:\sasa">
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>

 

 

.htaccess

<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>

ThinkPHP/---隐藏index.php

标签:sas   link   hosts   .htaccess   writer   module   virtual   write   ant   

原文地址:https://www.cnblogs.com/Gupq/p/10493819.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!