Wamp steps to upgrade to XAMPP

Source: Internet
Author: User
Tags download redis windows download

Wamp upgrade to xampp first uninstall Wamp

In the process, it is similar to any software. You should back up the data for sure to back up. otherwise disappear.

https://www.apachefriends.org/zh_cn/index.html Click here to download the software

Launch Apache,mysql, open localhost to install successfully

Configuration, because the XAMPP default root directory has a new WWW, so you need to configure the virtual domain name for the original Wamp www directory

Edit httpd.conf, modify

<directory/> #AllowOverride None #Require all denied Options all allowoverride all Order deny,allow all ow from </Directory>

Edit httpd-vhosts.conf

Namevirtualhost *:80 <virtualhost *:80> ServerAdmin [email protected] documentroot "D:/soft/xampp/htdocs" Serv Ername localhost </VirtualHost> <virtualhost *:80> ServerAdmin [email protected] documentroot "D:/soft/wam P/www "ServerName vhallapp.com serveralias www.vhallapp.com errorlog" D:/soft/wamp/apacheerror.log "Customlog" d:/ Soft/wamp/apacheaccess.log "Common </VirtualHost>

Edit hosts

127.0.0.1 www.app.com

5. Download Redis

Http://pecl.php.net/package/redis/2.2.7/windows Download version 5.6 DLL file

6. Edit PHP.ini

Extension=php_redis.dll

7. Open Xdebug

[XDebug] zend_extension = "D:\soft\xampp\php\ext\php_xdebug.dll" xdebug.profiler_append = 0 xdebug.profiler_enable = 1 Xdebug.profiler_enable_trigger = 0 Xdebug.profiler_output_dir = "D:\soft\xampp\tmp" Xdebug.profiler_output_name = " cachegrind.out.%t-%s "xdebug.remote_enable = 0 Xdebug.remote_handler =" DBGP "xdebug.remote_host =" 127.0.0.1 " Xdebug.trace_output_dir = "D:\soft\xampp\tmp"

This is all the way to upgrade xampp. I'm just using XAMPP, so. This is a white paper for you.

Most download links are easy to use. The following code is found on the codego.net.

Wamp steps to upgrade to XAMPP

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.