Edit httpd-xampp.conf(for me it is here C:\xampp\apache\conf\extra\httpd-xampp.conf) #PHP 5.5 ScriptAlias /php5_5/ "C:/xampp/php5_5/" AllowOverride None Options None Require all denied
Require all granted
Edit httpd-vhosts.conf (for me C:\xampp\apache\conf\extra\httpd-vhosts.conf) Add following line under ... UnsetEnv PHPRC
php_flag engine off SetHandler application/x-httpd-php5_5 Action application/x-httpd-php5_5 "/php5_5/php-cgi.exe"
@learnWebCoding i am running my apache on 4433,8080 its working fine when I add you virtual host line and save the file start the apache its giving me the shutdown error please rply
i followed all the steps, but when I restart the apache, I got an error in xamp: Error: Apache shutdown unexpectedly. This may be due to a blocked port, missing dependencies
if I use: UnsetEnv PHPRC php_flag engine off SetHandler application/x-httpd-php5_5 Action application/x-httpd-php5_5 "/php5_5/php-cgi.exe" I got "Not Found" Error
i got this error Server error! The server encountered an internal error and was unable to complete your request. Error message: End of script output before headers: php-cgi.exe If you think this is a server error, please contact the webmaster. Error 500
Edit httpd-xampp.conf(for me it is here C:\xampp\apache\conf\extra\httpd-xampp.conf)
#PHP 5.5
ScriptAlias /php5_5/ "C:/xampp/php5_5/"
AllowOverride None
Options None
Require all denied
Require all granted
Edit httpd-vhosts.conf (for me C:\xampp\apache\conf\extra\httpd-vhosts.conf)
Add following line under ...
UnsetEnv PHPRC
php_flag engine off
SetHandler application/x-httpd-php5_5
Action application/x-httpd-php5_5 "/php5_5/php-cgi.exe"
it works perfectly .. thanks for sharing
@learnWebCoding
i am running my apache on 4433,8080 its working fine when I add you virtual host line and save the file start the apache its giving me the shutdown error please rply
i followed all the steps, but when I restart the apache, I got an error in xamp: Error: Apache shutdown unexpectedly.
This may be due to a blocked port, missing dependencies
Hi Bro, It works perfectly. Thanks for sharing :-)
I used PHP 5.3 & 7.2 ...
Thank you bro
I am a beginner developer. I understand your video, but I am getting a problem that, "How to use different Xampp in Browser as according to project?".
if I use:
UnsetEnv PHPRC
php_flag engine off
SetHandler application/x-httpd-php5_5
Action application/x-httpd-php5_5 "/php5_5/php-cgi.exe"
I got "Not Found" Error
thanks a lot
Hi, you can make a video about neural networks in php
I followed your steps but now not able to access anything
You the man!
i got this error
Server error!
The server encountered an internal error and was unable to complete your request.
Error message:
End of script output before headers: php-cgi.exe
If you think this is a server error, please contact the webmaster.
Error 500
Did you solve it? You can check this solution "If you encounter the above error..." stackoverflow.com/a/49586592
where is httpd-vhosts.conf
can you share complete httpd-xampp.conf and httpd-vhosts.conf file, I try step by step but get Server Error 500