This feature is only supported in the Ultimate edition.
The following is only valid when PHP Plugin is installed and enabled!
AMP packages are operating system-specific. The most common ones are:
-
XAMPP
for Windows.
It is recommended that you use version 1.7.1 or later.
- The LAMP package compatible with the Linux distribution used.
-
MAMP
for macOS.
The installation procedure may differ depending on the operating system used, follow the installation instructions provided.
If you are using Windows Vista, avoid installing the package in the
Program Files
folder. This folder is write-protected by default, which means that no files can be placed on the
server
and further processed by the PHP engine.
- Download and install the desired AMP package.
- Use the AMP control pane to start the components.
If the server does not start, most likely a port conflict takes place. By default, the Apache HTTP server listens to port 80. This port can be already used by other services, for example, Skype. To solve the issue, update the server configuration file as follows:
- Locate the line
Listen 80and change it to, e.g.,Listen 8080. - Locate the line
ServerName localhost:80and change it accordingly, in this example toServerName localhost:8080.
Save the configuration file and restart the Web server.
- Locate the line
-
To check your installation, open your browser and type the following URL address:
http://localhost:<port number>. The AMP welcome page appears.