xampp

Not able to Display images in apache

Hi, I am running xampp on Windows XP. I can view the images in the localhost. But others in my network are not able to see. The link for the image is broken. Is there any setting that need to be changed. Thanks in advance. ...

PHP - Apache server config DocumentRoot

Recently on my web server I changed the index.php page to 301 to / for SEO purposes. Now that I'm offline and using XAMPP, the document root is set to http://localhost/xampp/ and trying to login is sending the form to / which is the xampp folder rather than that specific app's folder. I have many different folders for all the different ...

Is there easy way to install SSH in xampp for windows ?

Is there easy way to install SSH in xampp for windows ? ...

How do I get XAMPP's MySQL and Ruby on Rails work together on my Mac?

I have mysql and apache running through XAMPP on my Mac machine (10.6.4). I usually do PHP development with this setup butnow I want to start out with Ruby on Rails. Unfortunately I cannot get mysql to work with RoR. I start the mysql Server with XAMPP and when I do "rake db:migrate" I get this output:!!! The bundled mysql.rb driver has ...

Convert localhost to its ip number in xampp

Hi, I am using xampp and running Pentaho over it. Dont worry about Pentaho. The problem with it is that it gives the images in the form localhost/getimage/ Is it possible to do any settings at xampp that converts this localhost to the local computer and make it look like 192.168.0.1/getimage/ Thanks. ...

The best way to use python as a server scripting language for use on localhost

Hello all, relatively long-time PHP user here. I could install XAMPP in my sleep at this point to the point where I can get a PHP script running in the browser at "localhost", but in my searches to find a similar path using Python, I've run out of Googling ideas. I've discovered the mod_python Apache mod, but then I also discovered that ...

Getting familiar with XAMPP

Iam not able to get familiar with XAMPP interface on Windows7 (Only prior experiencxe is with HTML,C,C++). How to proceed to begin development work in PHP and MySQL and test developed contents using Apache Server. Please help to understand its working flow. Thanks in Advance. ...

Accesing XAMPP MySql Database from Another Computer

Hi, So a friend of mine and I are using both xampp on ubuntu, if that helps, to connect between each other's website, We both created the same php file to connect, so we use de IP of the other, but then it says an error Warning: mysql_connect() [function.mysql-connect]: Host 'coke-laptop.local' is not allowed to connect to this MySQL ...

php:Data can posting but can't insert to DB.

dear all,this is my code at xampp: $sql = "INSERT INTO oqc_defect "; $sql.= "(Problem_date, Dept_found, Line, Shift, Time_found, Model, Serial_number, DIC, "; $sql.= "Def_class, Reject_qty, Symptom, Cause, Correction, Corr_action_pla...

XAMPP 1.7.3, Eclipse PDT & XDebug - Debugging a PHP web page in Eclipse never stops at breakpoints

Dear folks, My development web server is currently a XAMPP 1.7.3 on my localhost (Win XP). I just set up my Eclipse 3.6 PDT with XDebug. It works fine, if I debug a file as a "PHP script", but when it comes to debugging it as a "PHP web page", XDebug ignores the breakpoints completely. Only a manually inserted xdebug_break() inside th...

Is it possible to get the database changes history from phpmyadmin?I am using XAmpp?

Hi friends, I have added some fields in the table and uploaded into the test server.It is working fine.But in the live server I cant do like that.I need to change manually for the database.Now the problem is it is working fine in the test server and not in Live server.So I need to find out what is field I added in the database and in w...

xampp - Cannot stop mysql after I start it

Hello all, I am using xampp on windows XP. After I start MySql by clicking start button, then I cannot stop it anymore. In order to stop mysql, i have to restart my machine. I am using the latest version of xampp. Any helps? Thank you ...

What issues will arise launching on LAMP from development on XAMPP?

I am considering developing a php/MySql website on my Windows machine. But I am worried about complications when I go to put it on the the server at, say, GoDaddy and the issues that may arise from their LAMP (they would use LAMP, right?) stack. Are they too perilous and/or numerous to rationalize development with the XAMPP (what about ...

How to add Solr PECL extension into lampp (xampp) stack

Is it possible to add PECL extensions into a lampp stack? If so, how can it be done? I am specifically interested in http://www.php.net/manual/en/book.solr.php extension. EDIT: when installing this extension using: /opt/lampp/bin/pecl install -f solr everything seams to go as it should except at the end: checking for cURL support...

require_once() cant find the include path...

Hi i am trying to indlude a file by using require_once(). i am using xampp apache php server. the file test.php is in htdocs drupal folder is also in the same directory where the include files is. the code in line 5 is require_once ‘drupal7/includes/bootstrap.inc’; i am getting error Warning: Division by zero in C:\xampp\htdocs\imp...

How can I make my local server case-sensitive?

I'm on Windows Vista Home Premium 64 bit OS. I use Apache Friends XAMPP server as my localhost. And I develop PHP, MySQL. The problem is my local server is tolerant of case mistakes, especially in file/folder names. When that running program on my server goes on linux servers, it's really a headache to locate and correct all the case e...

Could not open the requested SVN filesystem

I just follow instruction from http://serk01.wordpress.com/2008/09/21/how-to-create-your-own-home-svn-repository-with-xamppapache/ about creating svn repo with xampp/apache. Everything runs well except when I access http://localhost/svn it show error message. When I view source, this is the error: <?xml version="1.0" encoding="utf-8"?>...

XAMPP + Subversion + TortoiseSVN + Eclipse

Hi all, I've suffered enough hours trying to figure this out and get it working and I hope someone can shine some light on this issue. In essence, I'm trying to install Subversion with XAMPP on my Windows XP machine as a Virtual Host and access the repository with TortoiseSVN and Ecplise installed on my MacBook via http://. I've downl...

xampp zend framework and zendserver ce one don't get along well in command line

Hello Gurus! i've been using xampp 1.7.3 for a while now and today i've decided to have a look into zend framework and got a zendserver ce 5.0.2. i'm on windows 7 and until i used the command line tool, i haven't noticed that there was a version of zend framework (zf) shipped with xampp. zendserver got a more recent version than the...

How can I add PostgreSQL support in PHP bundled in XAMPP?

Apache: v.2.2.14 PHP: 5.3.1 PostgreSQL: 8.4 XAMPP: version 1.7.3 ...