after long time i switch to vale to xampp local server but when i was trying to quite my xampp application its show me an alert like below screen shot:
and the i was trying to solve the issue, that's why i was trying to find out why this is happen and after searching some times i find out how to solve this. the solution procedure is:
first i go to my local xampp directory and then find out the xampp-control.ini file after that i go to the properties of that file after that i go to security tab of that file and then Under security tab i was Select users Everyone and then click to edit permission button and checked in to full control check box and then click Apply and ok. which is like below screen shot:
that's it. all done.
.
Happy Coding.
osman forhad
Mobile & Web Application Developerđź’»
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Much easier: after installing XAMPP remove the file c:\XAMPP\xampp-control.ini. It will be recreated with the proper rights the next time XAMPP Control Panel is started.
Thanks. It works.