Hi Everybody,
The details requested by RiggsFolly are at the bottom of this message.
My issue is simple:
I have a new PHP IDE (Rapid PHP 2022) that needs to access a web server to properly operate. I want to use such an IDE because it will allow me to inspect simple PHP scripts that I may integrate into a larger project.
Wamp64 is installed in C:\wamp64 and works flawlessly on its' own
The document roots are all in D:\Data\PHP
If someone has installed Rapid PHP successfully, I would appreciate some advise on configuring it to use wampserver.
Many Thanks,
Paul
(If I wasn't so stupid, I wouldn't have to be so persistent)
Details about wampserver-64
1) Windows 10 (Home) version 21H1 (OS Build 19043.1645)
2) WampServer 3.2.8 -64bit
3) Apache 2.4.51
4) PHP 7.4.26
5) MySQL 8.0.27
6) Wampserfdver Icon is GREEN
7) hosts:
127.0.0.1 localhost
::1 localhost
127.0.0.1 imaginarium
::1 imaginarium
127.0.0.1 emailer
::1 emailer
127.0.0.1 comments
::1 comments
127.0.0.1 comments
::1 comments
127.0.0.1 registration
::1 registration
127.0.0.1 signin
::1 signin
127.0.0.1 chapter13
::1 chapter13
127.0.0.1 tutotial
::1 tutotial
127.0.0.1 imagineit
::1 imagineit
127.0.0.1 udemy
::1 udemy
8) I have access to localhost, there re no errors
9) I have access to phpMyAdmin
10) N/A
11) AVAST! antivirus and Firewall
12) C:\wamp64
13)
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName comments
DocumentRoot "d:/data/web-styles/php/commentform"
<Directory "d:/data/web-styles/php/commentform/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName registration
DocumentRoot "d:/data/web-styles/php/registrationform"
<Directory "d:/data/web-styles/php/registrationform/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName signin
DocumentRoot "d:/data/web-styles/php/signinform"
<Directory "d:/data/web-styles/php/signinform/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName tutotial
DocumentRoot "d:/data/web-styles/php/php-tutorial/scripts"
<Directory "d:/data/web-styles/php/php-tutorial/scripts/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName imagineit
DocumentRoot "d:/data/web-styles/xara/imagineit"
<Directory "d:/data/web-styles/xara/imagineit/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName udemy
DocumentRoot "d:/data/php/udemy-php tutorial/chapter 3"
<Directory "d:/data/php/udemy-php tutorial/chapter 3/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
The details requested by RiggsFolly are at the bottom of this message.
My issue is simple:
I have a new PHP IDE (Rapid PHP 2022) that needs to access a web server to properly operate. I want to use such an IDE because it will allow me to inspect simple PHP scripts that I may integrate into a larger project.
Wamp64 is installed in C:\wamp64 and works flawlessly on its' own
The document roots are all in D:\Data\PHP
If someone has installed Rapid PHP successfully, I would appreciate some advise on configuring it to use wampserver.
Many Thanks,
Paul
(If I wasn't so stupid, I wouldn't have to be so persistent)
Details about wampserver-64
1) Windows 10 (Home) version 21H1 (OS Build 19043.1645)
2) WampServer 3.2.8 -64bit
3) Apache 2.4.51
4) PHP 7.4.26
5) MySQL 8.0.27
6) Wampserfdver Icon is GREEN
7) hosts:
127.0.0.1 localhost
::1 localhost
127.0.0.1 imaginarium
::1 imaginarium
127.0.0.1 emailer
::1 emailer
127.0.0.1 comments
::1 comments
127.0.0.1 comments
::1 comments
127.0.0.1 registration
::1 registration
127.0.0.1 signin
::1 signin
127.0.0.1 chapter13
::1 chapter13
127.0.0.1 tutotial
::1 tutotial
127.0.0.1 imagineit
::1 imagineit
127.0.0.1 udemy
::1 udemy
8) I have access to localhost, there re no errors
9) I have access to phpMyAdmin
10) N/A
11) AVAST! antivirus and Firewall
12) C:\wamp64
13)
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName comments
DocumentRoot "d:/data/web-styles/php/commentform"
<Directory "d:/data/web-styles/php/commentform/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName registration
DocumentRoot "d:/data/web-styles/php/registrationform"
<Directory "d:/data/web-styles/php/registrationform/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName signin
DocumentRoot "d:/data/web-styles/php/signinform"
<Directory "d:/data/web-styles/php/signinform/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName tutotial
DocumentRoot "d:/data/web-styles/php/php-tutorial/scripts"
<Directory "d:/data/web-styles/php/php-tutorial/scripts/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName imagineit
DocumentRoot "d:/data/web-styles/xara/imagineit"
<Directory "d:/data/web-styles/xara/imagineit/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName udemy
DocumentRoot "d:/data/php/udemy-php tutorial/chapter 3"
<Directory "d:/data/php/udemy-php tutorial/chapter 3/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#