這篇文章給大家介紹怎么將wamp升級為xampp,內(nèi)容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。
創(chuàng)新互聯(lián)建站擁有十余年成都網(wǎng)站建設工作經(jīng)驗,為各大企業(yè)提供成都做網(wǎng)站、網(wǎng)站建設服務,對于網(wǎng)頁設計、PC網(wǎng)站建設(電腦版網(wǎng)站建設)、成都app開發(fā)、wap網(wǎng)站建設(手機版網(wǎng)站建設)、程序開發(fā)、網(wǎng)站優(yōu)化(SEO優(yōu)化)、微網(wǎng)站、主機域名等,憑借多年來在互聯(lián)網(wǎng)的打拼,我們在互聯(lián)網(wǎng)網(wǎng)站建設行業(yè)積累了很多網(wǎng)站制作、網(wǎng)站設計、網(wǎng)絡營銷經(jīng)驗,集策劃、開發(fā)、設計、營銷、管理等網(wǎng)站化運作于一體,具備承接各種規(guī)模類型的網(wǎng)站建設項目的能力。卸載wamp,略過
> ps:注意卸載wamp會刪除PHP目前下的文件,因為PHP的擴展redis,memcache也會刪除,記得備份,也可重下版本,還有MySQL數(shù)據(jù)庫也記得備份
啟動Apache,MySQL,打開localhost成功安裝
配置,因為xampp默認根目錄有新的www,因此需要為原來的wamp的www目錄配置虛擬域名
編輯httpd.conf ,修改
#AllowOverride none #Require all denied Options All AllowOverride All Order deny,allow Allow from all
編輯httpd-vhosts.conf
NameVirtualHost *:80ServerAdmin webmaster@dummy-host.example.com DocumentRoot "D:/soft/xampp/htdocs" ServerName localhost ServerAdmin webmaster@dummy-host.example.com DocumentRoot "D:/soft/wamp/www" ServerName vhallapp.com ServerAlias www.vhallapp.com ErrorLog "D:/soft/wamp/apacheerror.log" CustomLog "D:/soft/wamp/apacheaccess.log" common
編輯hosts
復制代碼 代碼如下:
127.0.0.1 www.app.com
5. 下載redis
復制代碼 代碼如下:
http://pecl.php.net/package/redis/2.2.7/windows下載5.6版本dll文件
6. 編輯php.ini
復制代碼 代碼如下:
extension=php_redis.dll
7. 打開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"
關于怎么將wamp升級為xampp就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。