Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I run XAMPP on startup in Windows? [closed]

Tags:

html

php

xampp

I am using Windows 7 and xampplite 1.7.3.

One of my research gives me idea that I need to start automatically the "APACHE2" on services.msc. But when I go to my services there is no Apache2 there, no apache service at all. Please help me how to start xampp automatically as my PC gets ON.

like image 807
Jomskie Avatar asked Feb 25 '12 00:02

Jomskie


People also ask

How do I start XAMPP from command prompt?

In a command window, start the XAMPP control center: C:\xampp\xampp-control.exe You'll probably get a question from the security agent installed on your computer, so answer that question to allow the program to run. The control panel window should appear next.

How do I know if XAMPP is running on Windows?

Open your browser and type localhost/Test/test. php in the URL tab. If your browser prints 'XAMPP Server runs successfully', it means XAMPP is successfully installed and correctly configured.

Why Apache of XAMPP is not starting?

If XAMPP's Apache cannot start, it is very likely that your default HTTP port (80), is blocked or being used by another application.


1 Answers

If you check the svc box on XAMPP control panel the service should start automaticly.

like image 158
Vincent Vanmarsenille Avatar answered Sep 30 '22 19:09

Vincent Vanmarsenille