wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-32b搭建php环境
在win下,下载wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-32b.exe,默认安装。
然后打开安装目录下apache的httpd.conf配置文件D:\wamp\bin\apache\apache2.4.9\conf\httpd.conf
修改如下:


<span style="color: #008080;"> 1</span> Listen 0.0.0.0:8088 <span style="color: #008080;"> 2</span> Listen [::0]:8088 <span style="color: #008080;"> 3</span> <span style="color: #008080;"> 4</span> ServerName localhost:8088 <span style="color: #008080;"> 5</span> <span style="color: #008080;"> 6</span> DocumentRoot "D:/kkkoffice/wwwroot" <span style="color: #008080;"> 7</span> <span style="color: #008080;"> 8</span> <directory></directory> <span style="color: #008080;"> 9</span> <span style="color: #008000;">#</span><span style="color: #008000;">AllowOverride none</span> <span style="color: #008080;">10</span> <span style="color: #008000;">#</span><span style="color: #008000;">Require all denied</span> <span style="color: #008080;">11</span> <span style="color: #000000;"> Options FollowSymLinks </span><span style="color: #008080;">12</span> <span style="color: #000000;"> AllowOverride None </span><span style="color: #008080;">13</span> Order deny,<span style="color: #000000;">allow </span><span style="color: #008080;">14</span> <span style="color: #008000;">#</span><span style="color: #008000;">Deny from all</span> <span style="color: #008080;">15</span> <span style="color: #000000;"> allow from all </span><span style="color: #008080;">16</span> <span style="color: #008080;">17</span> <span style="color: #008080;">18</span> <directory> <span style="color: #008080;">19</span> <span style="color: #000000;"> Options FollowSymLinks </span><span style="color: #008080;">20</span> <span style="color: #000000;"> AllowOverride None </span><span style="color: #008080;">21</span> Order deny,<span style="color: #000000;">allow </span><span style="color: #008080;">22</span> <span style="color: #000000;"> allow from all </span><span style="color: #008080;">23</span> </directory>
说明:
Listen 监听端口
ServerName 服务器名字(带有端口号)
DocumentRoot php文件路径(注意:最后面一定不要带"/")
可能出现的问题:访问 http://localhost:8088/phpinfo.php
如果出现You don't have permission to access /test/file.php on this server
注释Deny from all ----拒绝所有想访问
添加allow from all
每次修改完apache的httpd.conf都记得要重启apache
重启刷新页面正常访问如下
好啦,环境已经搭建成功!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Notepad++7.3.1
Easy-to-use and free code editor

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool
