| Mobile | RSS

Xampp apache won’t stop

Posted by ramanean on February 11th, 2010 | No Comments | Posted in Internet, Servers


To stop Xampp apache Follow the below steps

Steps:

1.Right click on task bar and Click on Task manager

2.Click on Process tab

3.Right Click on Apache.exe and click End process

Read More

Error log for Apache Xampp

Posted by ramanean on February 4th, 2010 | No Comments | Posted in Internet, Servers


Here are the below locations where you can find log for Xampp files  for Windows

If you have installed Xampp in C:\Program files\  you can find it in below location

Path :C:\Program Files\xampp\apache\logs

Different log files in Xampp are

a)access  log

b)errror log

c)Phperror  (Log file for…

Read More

Xampp Apache admin

Posted by ramanean on January 31st, 2010 | No Comments | Posted in Servers


To access the admin panel of Xampp

Just go to this link:

http://localhost/xampp/

This link will open the admin page of the xampp

For the admin,you no need username or password

Read More

Installing Php on Windows

Posted by ramanean on January 24th, 2010 | No Comments | Posted in Coding, Servers, Windows


To install Php on Windows

Download the zip file or .exe from Php.net

Url : http://windows.php.net/download/

Steps to install Php on Windows:

1.Click here to download  to Php 5.2 version

2.Extract the zip file and rename the folder to your choice

3.To execute Php script just…

Read More

Apache not starting in Xampp

Posted by ramanean on January 21st, 2010 | No Comments | Posted in Servers


If your Apache server is Xampp is not starting there might be a host of problems

Instead of starting it via Xampp control panel ,I would better suggest you to start via command prompt

Step 1

Open the command prompt and go to…

Read More

Adding a Subdomain in Xampp

Posted by ramanean on January 21st, 2010 | No Comments | Posted in Servers


Adding a subdomain in Xampp

Follow the below steps to Add a subdomain in Xampp:

1.Open the file “http-vhosts” in a text editor from the below location

/Xampp/Apache/conf/extra/

2.Uncomment this line

# NameVirtualHost *:80

To uncomment a line (just remove # in the line)

3.Then to add…

Read More

Default username and password for PhpmyAdmin in Xampp

Posted by ramanean on January 20th, 2010 | No Comments | Posted in Servers


To access PhpmyAdmin in Xampp

First

a)Type this url:  http://localhost/PhpmyAdmin

b)Then given the

username:root

password:     (Blank)

and Then Click on Go

Now you would be able to login into PhpmyAdmin

Read More