## 1. 开启.htaccess支持
将 httpd.conf 中
`AllowOverride None`
改为
`AllowOverride All`
## 2. 开启url_rewrite模块
去掉 `httpd.conf` 中 `LoadModule rewrite_module modules/mod_rewrite.so` 前面的注释
## 3. 开启vhost功能
(1) 去掉 `httpd.conf` 中 `Include conf/extra/httpd-vhosts.conf` 前面的注释
(2) 去掉 `httpd.conf` 中 `LoadModule vhost_alias_module modules/mod_vhost_alias.so` 前面是注释
(3) 然后去配置 `conf/extra/httpd-vhosts.conf` 文件中, 根据示例配置虚拟主机
## 4. 常用的.htaccess配置
~~~
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>
~~~
<div style=" color: #FFF">hello</div>
- Linux相关
- centos下源码安装redis的方法
- Nginx配置ThinkPHP的UrlRewrite和PathInfo模式
- Apache开启 .htaccess & url_rewrite & vhost
- Ubuntu安装服务器环境
- Virtual Box 和 Ubuntu Server 14.10 的共享文件
- ihavenolimitations.xyz服务器环境搭建
- Javascript相关
- Javascript导出Excel表格
- Javascript格式化时间戳
- 工具相关
- sublime text 3 安装后要做的事
- 测试
- NetBeans默认使用utf8编码打开文件方法
- sass安装
- less安装
- 各种查询
- 苹果常用软件的url schemes查询