关于wamp环境配置
前几天下载了个wamp集成环境
把项目放到wamp www目录下后、
可以通过 http://localhost/项目名 访问到主页
但是主页却没有了样式
然后我打开apache 错误日志看。报了这么一堆错:
我在公司用自己搭建的环境运行项目是没有问题的、为何到了wamp这里 就会出现找不到css文件 和js文件呢?
对了、js文件和css文件我是放在 项目名/app/webroot 这个文件夹里的。
这问题困扰我好几天了、
有谁解决过 类似问题的请指点指点。。
在下不胜感激..
Apache wamp集成环境 ------解决方案--------------------打开php错误提示功能没有
是不是apache重写模块没打开?httpd.conf 中找到:
;LoadModule rewrite_module modules/mod_rewrite.so
去掉前导分号,重启apache再运行看看
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn