wamp

Virtual Host with WAMP

青春壹個敷衍的年華 提交于 2019-12-06 08:54:39
问题 I'm using Wamp 2.2, edited conf/extra/httpd-vhosts.conf edited this file to add VirtualHosts , but when I un-commented line in httpd.conf to include httpd-vhosts.conf file, after restarting Wamp doesn't starts. If I revert changes is works fine. Any ideas why is this happening? This is code I'm using in httpd-vhost.conf : <VirtualHost *> ServerAdmin admin@localhost.com DocumentRoot "C:/wamp/www" # change this line with your htdocs folder ServerName localhost ServerAlias localhost <Directory

Composer Install for Windows-

依然范特西╮ 提交于 2019-12-06 08:33:21
问题 So I am trying to install Composer and setup Laravel on my Windows OS how ever I keep getting the same error when I run the install. To start I selected php.exe as it asks from directory C:\wamp\bin\php\php5.4.16 I click next, then install and it will go through like its install then stop and display the error: An error occurred. Clicking Retry may resolve this issue. Connection error [ERR_CONNECTION]:Unable to connect to getcomposer.org Request to http://getcomposer.org/installer failed with

CodeIgniter: Removing “index.php” in URL on WAMP

好久不见. 提交于 2019-12-06 08:06:59
问题 In CodeIgniter, I want to remove the "index.php" in the URL, on my localhost (WAMP). For example, http://localhost.com/ci/index.php/controller/function to http://localhost.com/ci/controller/function I have changed $config['index_page'] = 'index.php'; to $config['index_page'] = ''; My .htaccess file (which is located in the root directory, where the index.php lies) is as follows: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /igniter #Removes access to the system folder by users.

PhpStorm terminal : Cygwin colors does not work

梦想的初衷 提交于 2019-12-06 08:05:43
I have PhpStorm 2016.2 and I added Cygwin in the Shell path as follow : "C:\cygwin64\bin\env.exe" CHERE_INVOKING=1 /bin/bash.exe It's working well, but the colors do not work. For exemple I have ?[32m Name instead of having Name colored in green. I tried several things like adding the plugin Grep Console to have the support of ANSI Color, but didn't work. It's really hard to work with lines with multiple ANSI colors ?[39m ?[32m Scheme ?[39m ?[32m Host ?[39m ?[32m Path . Do not hesitate to ask further information about the problem. Thank you. P.S. I'm on Windows 10. EDIT when I do /usr/bin

Can I run an Angular 6 project on WAMP Server?

隐身守侯 提交于 2019-12-06 07:06:59
问题 I am a PHP developer and also I have developed Angular 6 apps using Node.js backend. But, currently I am working on a project which should run an Angular 6 app with a PHP 7 back-end. The reason is that, the API was written in PHP. I wish to develop my Angular app in WAMP server default directory. wamp64/www/my_project So my questions are, Will the Angular 6 app run? Because it needs another server and normally it is http://localhost:4200/. Would there any server (localhost) collisions? If it

How to use LDAP Authentication with Grafana and Wamp for Single Sign On?

徘徊边缘 提交于 2019-12-06 06:16:18
I am trying to add single sign on for grafana using LDAP, I have come across Grafana documentation for LDAP but I did not understand. Can I get Single Sign On feature using LDAP? If yes, Can somebody give me a step by step procedure to follow to setup single sign on using ldap and grafana. Grafana Version : 5.2.1 OS: WINDOWS Update 1 I have been able to configure LDAP with grafana. Now I'm trying to integrate LDAP with wamp for SSO. In apache error log file I'm getting this error auth_ldap authenticate: user username authentication failed; URI /grafana/ [LDAP: ldap_simple_bind() failed]

How to repair wamp server without re-installing?

好久不见. 提交于 2019-12-06 05:51:14
After making changes in php.ini by uncommenting extension=php_openssl.dll My Windows-8 system got shutdown due to power failure and later i use to get this error when i try to start wamp server Later visiting some link i added the below code to wampmanager.ini file as it was empty Now the first error got fixed and now throwing this error mentioned below: Later i also installed visual c++ 2008 to fix this error but unsuccessful. I have many important databases which i have not taken back up also. I am trying to repair this wamp server without re-installing. Can anybody please assist me with

how to install 'intl PHP extension' with Wamp server

拟墨画扇 提交于 2019-12-06 05:45:42
i want to install 'intl PHP extension' on my WAMP. i am running Wamp on windows. i have looked online but cannot find any guidance on how to do this. does anyone have any ideas. on wamp icon click on php -> php extensions -> php_intl then restart the server According the the comment this is the content In both XAMPP and WAMP, the mbstring extension is working by default. In XAMPP, intl extension is included but you have to uncomment extension=php_intl.dll in php.ini and restart the server through the XAMPP Control Panel. In WAMP, the intl extension is “activated” by default but not working. To

Is there anything similar to Wamp Server?

邮差的信 提交于 2019-12-06 05:43:21
I would like to know if anyone knows about any program similar to WAMP Server; all-in-one containing PHP, MySQL, Apache? I am targeting Windows OS. Viewing the different WAMP distributions as packages of 3 separate applications and foundations to download different versions and plugins for those packages, you might also try Microsoft's Web Platform Installer. I've been using Xampp for a while, it's free and works like a charm: https://www.apachefriends.org/index.html 来源: https://stackoverflow.com/questions/2364893/is-there-anything-similar-to-wamp-server

Restoring MySQL Databases when reinstalling Wamp

亡梦爱人 提交于 2019-12-06 05:07:52
问题 I am attempting to restore my old databases to a new Wamp installation. However, I did not take a backup of Mysql files before I did this. Thankfully the uninstallation has not deleted all the files, but in my data folder I have : 1) All the databases (As folders) 2) auto.cnf There are no ib* files in the old folder. Is it still possible to restore my databases somehow? I have tried to replace the entire mysql5.6.17 folder ( there has been no change of version between the installations ), but