About WAMP Environment configuration
A few days ago downloaded a WAMP integration environment
After placing the project in the Wamp www directory,
You can access the home page by http://localhost/the project name
But the home page has no style
Then I open the Apache error log to see. To report such a pile of mistakes:
I am in the company to build the environment to run the project is no problem, why the wamp here will appear to find CSS files and js file it?
The right, JS files and CSS files I put in the project name/app/webroot this folder.
This problem has been bothering me for days,
Who has solved the similar problem please pointing out.
Thank you very much. Apache WAMP Integrated Environment
------Solution--------------------
Open PHP error prompt feature No
is the Apache rewrite module not open? Found in httpd.conf:
; LoadModule Rewrite_module modules/mod_rewrite.so
Remove the leading semicolon, restart Apache and run to see