XAMPP is a cross-platform Apache distribution bundled with MySQL, PHP and Perl.
0
votes
2answers
24 views
can't send mail from localhost/xampp
Failed to connect to mailserver at "mail.google.com" port 587, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
i configured my xampp php.ini and sendmail.ini file to use my ...
0
votes
0answers
7 views
Creating directories for log and cgi files on virtual host
I have to create directories for log and cgi files within the each site I'm hosting. When I run XAMPP's Apache server with below provided code of httpd-vhosts.conf file I get message:
1:23:14 PM ...
0
votes
2answers
15 views
socket_connect(): unable to connect [10061] - target machine actively refused it
I am trying to connect the target written in C using PHP socket_connect() function, but I am getting the following error:
Warning: socket_connect(): unable to connect [10061]: No connection could be ...
0
votes
0answers
10 views
Joomla 2.5 page load extremely slow
Hi everyone I have installed Joomla 2.5 with a quickstart template on localhost Xampp, it works all fine except the fact that is running very slow the site on each time i click an article to read or a ...
0
votes
0answers
7 views
htaccess gives 404 error on XAMPP
I am trying to hide page extensions on my local Server XAMPP, but nothing is working for me..
I tried a lot of combinations but all in vain, please help me friends.
These are my htaccess ...
0
votes
0answers
9 views
Xampp for MAC, Apache can't get started
I am using MAC OS X 10.8.4
I am using xampp. It was fine for more than 3 months. But today when I start mysql and apache, the mysql got started and apache threw an error as below,
Syntax error:
...
0
votes
1answer
33 views
Error creating connection “error null”
I'm creating a connection between an android mobile and a server. For this purpose I'm using XAMPP 1.8.0 with PHP: 5.4.4 on a Windows x64 7. Ten days ago, I was working with a code that worked 100%. ...
0
votes
0answers
5 views
change webserver name over LAN XAMPP
I have a local webserver (XAMPP) that can be accessed through it's PC-NAME (WKEDNSJSG02).
How can i change it to something nicer like
http://portal/
instead of
http://WKEDNSJSG02/
without ...
0
votes
1answer
21 views
Why is my htaccess not working on my web server (but it works fine locally)?
I have the following htaccess file for my website, http://academy.young1.org.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
...
1
vote
0answers
37 views
XAMPP 1.8.2 - httpd.exe - Entry Point Not Found (xdebug) [on hold]
I download last version of xampp 1.8.2 for windows. Configure php.ini for using xDebug. When i restart my Apache i have a error:
The procedure entry point zend_unmangle_property_name_ex could not ...
0
votes
3answers
31 views
XAMPP running Apache but not MySQL
So opening ports from router, turning off firewall and not having Skype I still can't get MySQL to stay running. It runs and then crashes straight away. The two logs can be found below. I had multiple ...
0
votes
1answer
8 views
xampp virtual host - always loading htdocs
I am trying to create a virtual host on my localhost (XAMPP). Tried every combination out there, but I always get htdocs loaded instead of the specific folder
Here is the hosts file:
127.0.0.1 ...
0
votes
0answers
8 views
Apache / XAMPP for Windows incorrectly treats file as executive
I'm running XAMPP 1.8.1 with Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 on my dev machine to test my projects. In both my private project and in well known Bootstrap Datepicker component I can ...
0
votes
2answers
35 views
PHPMyAdmin Not Allowing Connection
I have installed clean copies of XAMPP on completely clean installs of multiple Windows 7 and Windows 8 machines in an attempt to get PHPMyAdmin to work on any computer with any set up and have not ...
0
votes
0answers
9 views
How to import android project which deals with web server
Following this
1.First imported downloaded project as normal android project
2.here i am using xampp so placed php files in htdocs folder and imported .sql file in phpmyadmin
then i am getting ...