最近的文章列表

解决dvwa+xampp搭建显示乱码的问题(图文)

如图,dvwa显示乱码,解决办法有两个:

 dvwa+xampp搭建显示乱码的问题及解决方案

2015/10/30 Comments:
XAMPP中Apache配置域名访问,多域名访问,多站点访问
三个步骤实现apache自定义域名访问,多域名访问,多站点访问:1.本地添加域名windows下,C:\WINDOWS\system32\drivers\etc\hosts文件内添加域名记录,类似于127.0.0.1 pc.iseexn.com2.httpd.conf中启用vhostxampp默认是开启vhost的,如果下面的注释了,取消注释Include "conf/extra/httpd-vhosts.conf"3.在httpd-vhosts.conf中添加域名信息3.1去掉 NameVirtualHost *:80 前面的注释3.2添加目录访问权限,如:<Directory D:\Project>Order allow,denyAllo
2011/10/2 Comments:
xampp-apache配置多域名
一:配置多域名打开配置文件:$ vi /opt/lampp/etc/httpd.conf找到:#Include etc/extra/httpd-vhosts.conf去掉前面的#号,再打开文件:$ vi /opt/lampp/etc/extra/httpd-vhosts.conf 做如下修改:#虚拟主机VHOST文件NameVirtualHost *:80#默认站点ServerAdmin services@hilo8.comDocumentRoot /opt/lampp/htdocsServerName localhost#站点aServerAdmin services@hilo8.comDocumentRoot /www/aServerName www.a.comServerAlias w
2011/10/2 Comments:
XAMPP for Linux 的安装及配置
XAMPP for Linux 的安装及配置三月 23rd, 2009 | TaoGOGO的技术博客1. 下载xampp并安装下载地址:http://www.apachefriends.org安装下载完成后,只要输入下列命令:(1).进入Linux命令模式,切换成为系统管理者:su(2).将下载的压缩档解压缩到 /opt下:tar xvfz xampp-linux-1.5.3a.tar.gz -C /opt注意:请使用这些指令来安装XAMPP,不要使用任何微软操作系统底下的工具程序来解压缩档案, 它会使得程序无法正确执行。注意2:这个指令会覆盖掉旧有的XAMPP版本。这样就完成了。XAMPP现在已经安装在 /opt/lampp 目录下了。启动要启动XAMPP只要执行下列的指令:/opt/la
2011/10/2 Comments:
XAMPP安装和使用教程,(图文版)
XAMPP是一款非常优秀Apache+MYSQL+PHP的服务器系统开发套件,也是笔者用到现在为止感觉最好用的一款 APACHE+MYSQL+PHP套件了。同时支持Zend Optimizer,支持插件安装,目前最新xampp的版本是1.7.2。    官方网址:http://www.apachefriends.org    最新XAMPP v1.7.3下载(51M):下载XAMPP安装包(该安装包完全来自与官方链接,不支持工具下载)    支持操作系统:Windows 2000, XP (Server 2003), Vista (Server 2008),全部都是32位的,64位官方未测试。    XAMPP 1.7介绍特点:    XAMPP支持的操作系统包括:Windows、Linux
2011/10/2 Comments:
在Linux上安装和使用xampp教程
本文介绍xampp在Linux下安装和使用,测试环境Ubuntu 9.10,之前介绍的是xampp在Windows下的使用,xampp是做WEB开发测试的好帮手,完全免费开源,已经集成PHP、MYSQL、PERL和APACHE及一些常用的插件、应用程序,而且支持多种系统平台,包括Windows、Linux、Solaris、Mac等,本文将要介绍的xampp Linux版本,支持包括Ubuntu、SuSE、RedHat、Debian等。下面介绍xampp在Ubuntu的安装和使用。一、下载xampp for Linux官方网址:http://www.apachefriends.org/最新的xampp Linux 1.7.3a压缩包:官方下载,大小64MB。二、安装xampp1.以管理员权限运
2011/10/2 Comments:
xampp 访问出现New XAMPP security concept:
外网访问本地xampp遇到的问题。xampp 访问出现Access forbidden设置后xampp的security的密码后,发现不能登录,出现以下错误:Access forbiddenNew XAMPP security concept:Access to the requested directory is only available from the local network.This setting can be configured in the file httpd-xampp.conf.打开httpd-xampp.conf(/xampp/apache/conf/extra/httpd-xampp.conf)# New XAMPP security concept#<
2011/10/2 Comments: