Page 1 of 1

3 days whith problems in localhost ...

PostPosted: 01. April 2009 11:25
by MaJoOoDy
i followed steps to install xampp but when i tasted it by write ( http://localhost) i had problem as shown as in picture below
proplem.png

and i want to know about how i can make xampp make autostart when i am log in to my labtop ...

Re: 3 days whith problems in localhost ...

PostPosted: 01. April 2009 11:43
by Wiedmann
i followed steps to install xampp

Really?

Re: 3 days whith problems in localhost ...

PostPosted: 01. April 2009 12:02
by Nobbie
I am pretty sure, that you either unpacked (and packed again) the xampp package or you did not follow the installation description precisely.

Open a shell (terminal) and enter the following commands ('#' stands for the shell prompt):

Code: Select all
# su
# cd /opt/lampp/htdocs/xampp
# touch lang.tmp
# chown nobody lang.tmp
# chmod 600 lang.tmp


Then try again. If it still does not work, stop lampp, remove /opt/lampp completely and download and install again - but this time really follow the installation description step by step.