在httpd.conf 中找个合适的地方添加
setEnv RUNTIME_ENVIROMENT DEV
这个代码也可以放在虚拟主机中使用,如:
<VirtualHost *:80>
ServerName wp.loc
setEnv WP_RUNTIME_ENVIROMENT DEV
DocumentRoot "/PHP/wordpress"
ErrorLog "logs/wp.loc-error.log"
CustomLog "logs/wp.loc-access.log" common
</VirtualHost>
ServerName wp.loc
setEnv WP_RUNTIME_ENVIROMENT DEV
DocumentRoot "/PHP/wordpress"
ErrorLog "logs/wp.loc-error.log"
CustomLog "logs/wp.loc-access.log" common
</VirtualHost>
SEO: Apache setEnv 的使用
当前还没有任何评论