I want to restart it because I made some changes in the php.ini to adjust the max_file_size
. I need to restart it so that it will take effect however I can\'t f
You can go to your xampp instalation directory, and run
xampp_stop.exe
xampp_start.exe
This will restart Apache and Mysql.
Only Apache: apache_stop.bat apache_start.bat
Or use the control panel, by clicking on Stop, then Restart, on the Apache line Service.
More info at http://www.apachefriends.org/en/xampp-windows.html#1173