xampp

Cannot access to localhost/xampp/index.php

强颜欢笑 提交于 2019-12-07 03:13:08
问题 I just installed XAMPP for windows 7, control panel seems to work fine, I started MySql and Apache, the problem I have is, when I type localhost in my browser "Google Chrome" it sends me to "http://localhost/dashboard/" when I change the url to "//localhost/xampp/index.php", it tells me: "Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster.

Access to XAMPP from Bluestacks

喜夏-厌秋 提交于 2019-12-07 02:07:16
问题 How can I open my localhost (in Windows 8 with XAMPP) webpage, from a browser installed in Bluestacks App Player? Thank you 回答1: Type Win+R (To open Run) Open cmd type ipconfig You will get IP address in Ipv4 Address field. Note: The IP will reset on connection reset/restart OR You can access localhost from Bluestacks by 10.0.2.2 回答2: Follow the tutorial on this link: HOW TO ACCESS TO XAMPP FROM BLUESTACKS. It will guide you explicitly on how to install looback adapter on Windows and

Why is “<?” no longer working and instead only “<?php” works?

拥有回忆 提交于 2019-12-07 01:53:56
问题 I was using xampp to develop locally and then I installed the PHP from the direct installer. Now in some of my PHP code, only PHP code that starts with "<?php " is correctly parsed. Anything that starts with " <? " or " <?= " is completely ignored and just left as is. How can I adjust the configuration to parse either tokens? 回答1: This is a php.ini setting named short_open_tag = 1 # (enabled) 回答2: I recommend you to disable short_open_tag and only work with <?php . When short_open_tag is

xampp component status check failure [133278]?

久未见 提交于 2019-12-07 01:34:38
问题 this errors pops up when executing xampp control panel, anyone what it means and how to resolve it? 回答1: I moved the xampp directory to a different place and run setup_xampp.bat. That solved the problem for me. 回答2: I installed from the ZIP file instead of the Windows Installer, and this resolved my issue. Appears to be a known bug with the Installer on Win 7 64 bit. 回答3: I had the same problem on two different computers (XP and Win 7 32 bit), with varying error numbers. On my Windows XP the

XAMPP localhost redirects to localhost/dashboard

风格不统一 提交于 2019-12-07 01:27:29
问题 I've just installed xampp-win32-5.5.30 and in xampp control panel both Apache and mysql started without any error but I found: 1) localhost in my browser redirects to another page localhost/dashboard/ and not the xampp start page. 2) localhost/xampp shows the following: Index of /xampp [ICO] Name Last modified Size Description [PARENTDIR] Parent Directory - Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.5.30 Server at localhost Port 80 In C:\xampp\htdocs\index.php file: <?php if (!empty($_SERVER[

Xammp functions are restricted due to UAC win10. How to fix it?

纵然是瞬间 提交于 2019-12-07 00:55:30
问题 I'm trying to install xampp (xampp-win32-7.0.0-0-VC14-installer) but I get this warning message saying that "Because an activated UAC on your system, some functions of XAMPP are possibly restricted..." Here is xamp warning message screenshot: Although I have already disabled UAC settings and gave permission to C drive and its subfolders, I still get this message. Here is my UAC settings's screenshot: If anyone could help me to fix this problem, I would appriciate. Thank you! 回答1: Moving the

How to enable LDAP extension in XAMPP environment

ⅰ亾dé卋堺 提交于 2019-12-06 21:17:28
I am trying to enable the LDAP extension in my XAMPP server. I've tried the following: Uncomment the LDAP extension in php.ini Added two DLL files: libeay32.dll and ssleay32.dll in System32 folder But LDAP extension is still not in my phpinfo() list. How do I enable LDAP? Add correct versions and restart the system it will working... 来源: https://stackoverflow.com/questions/30932146/how-to-enable-ldap-extension-in-xampp-environment

How to setup FTP on xampp

限于喜欢 提交于 2019-12-06 19:59:43
问题 i want to make a server using xampp. i have already installed xampp and setting port 8080. php and mysql work fine but i can't access ftp from internet. Can you please suggest way how can I do this? 回答1: XAMPP comes preloaded with the FileZilla FTP server. Here is how to setup the service, and create an account. Enable the FileZilla FTP Service through the XAMPP Control Panel to make it startup automatically (check the checkbox next to filezilla to install the service). Then manually start

I can not access phpMyAdmin on XAMPP

别说谁变了你拦得住时间么 提交于 2019-12-06 19:08:57
问题 I have my XAMMP installed on WINDOWS 8. I can access my localhost like this localhost:800 I am trying to access phpmyadmin from XAMPP but when I am clicking on the button or type in http://localhost:800/phpmyadmin/ I am just getting a white homepage without anything on it?! Does anyone know whats gonig on? It worked fine yesterday. 回答1: when I was a novice in this path, I had faced that kind of problem and then I solved it by myself. That is very simple. Don't get panic. I think you won't

phpMyAdmin in Xampp not working

南笙酒味 提交于 2019-12-06 19:05:00
问题 I'm getting below error when I type in localhost/phpMyAdmin after starting apache and mysql server in Xampp in Windows 7 environment. Is there a way I can fix this issue? Not Found The requested URL /phpMyAdmin was not found on this server. 回答1: Use lowercase: http://localhost/phpmyadmin Apache is case-sensitive. 回答2: 404 is the code for page not found If you get this while running both mysql and apache It means the Url is not correct: Check the alias like in @kamil's comments If alias is