Logo
xampp
mainfo for xampp: videos, blogs, definitions, info, downloads, links, Q&A
xampp


 
 
Advertisment

 
Wikipedia

XAMPP is a free, cross-platform standalone server, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages. XAMPP's name is an acronym for X (any of four different op...
http://en.wikipedia.org/wiki/XAMPP
 
Links

 
 
Blogs

http://www.htmlforums.com/showthread.php?tu003d104063
Trouble installing XAMPP in Ubuntu (by: welshsteve)
I'm having some trouble installing XAMPP on Ubuntu (Feisty Fawn). I've downloaded it, and am now trying to unpack it to the /opt directory as in the instructions on the apache friends website. But it say to use the system root account ...

http://forum.joomla.ro/empty-t4496.0.html;msg16540#msg16540
Re: Mai complicat ....instalare Windows, xampp, Joomla, recovery ... (by: unknown)
Joomla nu are ce sa bage in registrii uindousului ( nu pot afirma acest lucru si la xammp ). Teoretic ar trebui sa mearga site-ul si pe noul hdd. Eu recomand serverele pe Linux.

http://forum.joomla.ro/empty-t4496.0.html;msg16539#msg16539
Mai complicat ....instalare Windows, xampp, Joomla, recovery system (by: unknown)
Salut din nou .....cu urmatoarea problema ...... Am un calculator drept server, HDD-ul cu 2 partitii C si D Am instalat WinXP ( pe C, natural ) Am instalat XAMPP pe partitia D si Joomla peste el; Intrebarea este urmatoarea: ...

http://irgun.wordpress.com/2008/06/05/instalasi-xampp-for-windows-xp/
Instalasi XAMPP for Windows XP (by: irgunawan)
XAMPP for Windows dapat Anda download di sini. Setelah installer XAMPP for windows Anda simpan di My Document, klik 2 kali pada xampp-win32-1.6.3a-installer.exe, ikuti instruksi instalasi sampai dengan selesai. ...

 
Videos

alg_01_xammp_on_linux.avi


squares.swf


 
 
Downloads

Xampp 1.6.5 windows
Xampp lite 1.6.5 windows
Xampp 1.6.3a windows
Xampp 1.6.5 linux
Xampp 1.6.3a linux
Xampp-win32-1 6 4-beta2
Xampp 1.6.6 beta 1
xampp-win32_1.6.5
Xampp 1.6.3 windows
Xampp 1.6.3
Xampp lite 1.6.3a windows
Xampp-win32-1 6 4-beta1
Xampp 1.6.6 beta 4 win
Xampp 1.6.3 linux
Xampp rar
 
Definition

 
Questions & Answers

How can i instal IIS on WindowsXP? Can I run it with XAMPP at the same time?
I have WindowXP home edition SP2. IIS is not a part of operation system components. How can install IIS?

IIS is only available on Windows 2000, Windows XP Pro and Windows Server 2003, (and probably Vista Ultimate Edition, but don't know for sure). You can not install it on XP Home. If you truly need to install a web server on your computer, which you really shouldn't do unless you know what your doing (especially if that computer connects to the internet) then check out Apache which is a much better web server then IIS is anyway.



How to CHMOD a local file on xampp?
I am using a test server on my laptop (test server = XAMPP). When trying to install a script it asks you to CHMOD certain files. I know how to do this is files through an ftp program but how do you CHMOD the files if they are local on your computer?

just run the chmod command from your shell (usually bash). e.g. chmod 777 filename



Php only working in some directories while using xampp?
Hi. I am trying to learn php and web design in general and i have been trying to install xampp. (apache, php, mysql, etc.). And when ever i run a php file it doesn't get run although html files do. The thing i cant figure out with it is how come the same file works when put in C:xampphtdocsxampp but not when run from C:xampphtdocsgamemakerhelper All help would be greatly appreciated.

seem that you don't use the right path. if you installed xampp as you said,check "httpd.conf" file in "c:xamppapacheconf" there are 2 options in that file: (DocumentRoot,Directory), they both must have the value (C:xampphtdocs) so when you type "http://localhost" in addrss bar in your internet browser, it will open the page "index.php" in "c:xampphtdocsaxmpp" and if you type "http://localhost/game/" you must have "index.php as example" in this path "c:xampphtdocsxamppgame" you have touse relative address beginning with "http://localhost/"