TODO: This document keeps track of user feedback questions and workarounds
1, Wampserver 2.4 after the deployment of the page cannot be opened
Workaround: See http://www.thinkphp.cn/topic/9728.html
I'll transcribe the text from the link above:
1.wamp integrated environment to turn on rewrite pseudo-static support
Wamp integration in the installation after the default is not turned on pseudo-static, so sometimes some site source code into when the source contains. htaccess file, the user may appear 500 error, this is generally because it does not support pseudo-static caused, to solve the problem is very simple, just a few steps. So let me share some of that. WAMP integrated environment to turn on rewrite pseudo-static method:
First step: Open the Bin folder in the Wamp installation directory, find the Conf directory in the Apache installation directory httpd.conf This file (for example, my is: F:\wamp\bin\apache\Apache2.2.11\conf), search found, " LoadModule rewrite_module modules/mod_rewrite.so ", find this line, remove the front" # ";
The second step: Find "allowoverride None" instead of "allowoverride all", as if there are two positions, have changed the forget ... ;
Step Three: Restart Apache
Fourth step: Now, you can use the. htaccess file for pseudo-static functions.
Open source Invoicing psi-Deploy with Wampserver