Quantcast
Channel: DeveloperSide.NET » WAMP Developer Server
Browsing all 108 articles
Browse latest View live

Browser’s “Could Not Find” or “Could Not Display” Webpage Message

Oops! Google Chrome could not find domain-name Server not found. Firefox can’t find the server at domain-name. Internet Explorer cannot display the webpage If, from the same system that the WAMP...

View Article


Howto Start Memcached and Enable php_memcache in WAMP

Start Memcached WampDeveloper comes with memcached located in folder: C:\WampDeveloper\Tools\memcached Memcached can either be started: A) Manually from the command-line: memcached.exe -l 127.0.0.1 -p...

View Article


Howto Start MongoDB and Enable php_mongo in WAMP

Start MongoDB WampDeveloper comes with MongoDB located in folder: C:\WampDeveloper\Tools\mongodb MongoDB can either be started: A) Manually from the command-line: mongod --config...

View Article

WampDeveloper 5 Known Issues and Solutions

v5.0.2.1 Issue: LocalDNS does not work, and/or Hosts file gets overwritten Status Reported. Could depend on OS, antivirus software, and environment. Effect a) On WampDeveloper installation, the entire...

View Article

Running Multiple Versions of PHP 5 Under Apache Side-by-Side

This guide will show you how to set up and run PHP 5.5 and 5.3 at the same time under Apache (but can also be used to set up and run any two, or more, different PHP 5 versions side-by-side). 1. Make...

View Article


Image may be NSFW.
Clik here to view.

Using Custom Apache PHP MySQL Versions Under WampDeveloper

WampDeveloper Pro can use (just about) any version of Apache, PHP, and MySQL that is supplied… It does not matter if those versions are provided through us, or from somewhere else. WampDeveloper Pro...

View Article

Running Apache on Azure with Full Internet Access of Websites

Configure Windows Firewall To Open Port 80 and 443 Windows Firewall blocks, by default, incoming port 80 (HTTP) and 443 (HTTPS) requests, for Protocol TCP and UDP. You’ll need to create Inbound Rules...

View Article

How to Transfer a Local MySQL Database to Another Server

These instructions will show you how to export a single database from MySQL into an SQL file, that you can move/copy to the remote Host, and import it into that Host’s MySQL server. The local and...

View Article


Website Only Shows Text Content With All Graphics Missing

My site look perfect from localhost, but not from the internet. Why can’t I see styles and pictures on my website? The simple answer is that all your generated links (in the HTML source of the page)...

View Article


Image may be NSFW.
Clik here to view.

Using Gmail and MSMTP To Send Mail From PHP

1. Enabled IMAP access under your Gmail account, to be able to connect to Gmail via something other than its web interface: Settings - Forwarding and POP/IMAP - IMAP Access - Enable IMAP - Save Changes...

View Article

Setting Up An FTP Connection To WAMP

To set up FTP access to your websites, you have to - 1. Install your choice of an FTP Server, such as FileZilla (a popular one), on the same system that the WAMP server is on. 2. Using the FTP Server:...

View Article

Enabling WampDeveloper’s PHP OPcache (OPcode Cache)

To enable the PHP’s OPcode cache extension “php_opcache.dll”: 1. Open PHP’s configuration file php.ini (Reliability Tab, click button: php.ini). 2. Near the bottom of the file find section “[Zend...

View Article

Installing PEAR For WAMP

Installing and setting up PEAR is very easy. 1. Create this folder if it does not already exist: C:\WampDeveloper\Tools\PEAR 2. Download the latest version of PEAR’s installation file and save it into...

View Article


IE Displaying Pages Differently Between Website on Local Host and Website on...

If your website is rendering differently in IE when – hosted from a local development system (localhost, local network, etc) and the live server (hosting account), it’s because IE is… A) Detecting that...

View Article

Enabling IonCube Loader in WAMP

IonCube Loader enables WAMP servers such as WampDeveloper Pro to run encoded and secured PHP files. These files are usually commercial (not free) PHP scripts and apps that have been secured against...

View Article


How to Uninstall WampDeveloper

Uninstalling WampDeveloper is very easy, but it is not done through Windows’ Control Panel\Programs and Features interface. To uninstall WampDeveloper: 1. Go into WampDeveloper’s Components Tab. 2. At...

View Article

Accessing Websites on a Local Network (LAN) Web Server

Local networks (that are behind a typical wifi Router) use outside DNS servers that the Router assigns and provides to them (which it itself gets from your ISP via DHCP). Unless you are willing to run...

View Article


Image may be NSFW.
Clik here to view.

Download Speed Limit and Throttling for Apache 2.4

Restricting download speeds is extremely easy with Apache 2.4, which now comes standard with mod_ratelimit (a very simple and straight-forward module). Download limits can be set per: Server (all...

View Article

Blocking Download Managers and Accelerators

Some clients like to use Download Managers & Accelerators in an attempt to complete file downloads faster. These download managers/accelerators work by creating dozens to hundreds (and sometimes...

View Article

Setting MySQL Root Password

To set MySQL’s root account password - Login to phpMyAdmin http://127.0.0.1/phpmyadmin Use username ‘root’ and do not enter anything for the password. Username: root Password: Update Root Password Go...

View Article
Browsing all 108 articles
Browse latest View live