在开发调试网站时,经常会碰到因浏览器缓存(cache)而经常要去清空缓存或者强制刷新来测试的烦恼。 这里提供下apache不缓存的配置方法。 在开发调试网站时,经常会碰到因浏览器缓存(cache)而经常要去清空缓存或者强制刷新来测试的烦恼。…
分类:PHP
wamp设置局域网访问
选中启动图标,put Online即可。
apache虚拟机配置
一、apache配置文件httpd.conf找到 <Directory /> AllowOverride none Require all denied </Directory> 改成: <Directory …
ThinkPHP去除入口文件index.php
例如你的原路径是 http://localhost/index.php/index/add 那么现在的地址是 http://localhost/index/add,如何去掉index.php呢? 1.httpd.conf配置文件中加载mod…