<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I-Tech Web Design North Wales &#187; Wamp</title>
	<atom:link href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/tag/wamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales</link>
	<description>We offer professional website design services in North Wales and Chester areas</description>
	<lastBuildDate>Mon, 11 Mar 2013 14:24:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Grant access to your webserver via a router</title>
		<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/08/2011/grant-access-to-your-webserver-via-a-router/</link>
		<comments>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/08/2011/grant-access-to-your-webserver-via-a-router/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 19:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Broadband]]></category>
		<category><![CDATA[Sky]]></category>
		<category><![CDATA[wamp server]]></category>
		<category><![CDATA[Website Hosting]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[port forwarding]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sky]]></category>
		<category><![CDATA[Wamp]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.itechwebdesign.co.uk/blog-web-design-north-wales/?p=342</guid>
		<description><![CDATA[I wanted to give access to my web server from outside my network. I already have WAMP server setup on my server. I followed the below information and it worked pefectly&#8230;first time! How to set up port forwarding to an &#8230; <a href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/08/2011/grant-access-to-your-webserver-via-a-router/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wanted to give access to my web server from outside my network. I already have WAMP server setup on my server.</p>
<p>I followed the below information and it worked pefectly&#8230;first time!</p>
<p><strong>How to set up port forwarding to an internal web server </strong></p>
<p>There have been many users stating incorrectly that port forwarding doesn&#8217;t work on the Sky router, so I decided to write a click-by-click guide on how to set up port forwarding to allow a web server that is running on the internal network to be accessible from the Internet. This guide does not explain how to set up the web server &#8211; it assumes that you already know how to do this. The whole lot takes about 30 seconds (well, testing adds a few minutes more). I&#8217;d like to thank isu for trying out these instructions to prove that, yes, it really does work after all.</p>
<p><strong>Beware: </strong>when publishing an internal web server to the Internet, the bandwidth that users will experience will be limited to the upload, not download, speed. Also, you might want to ensure that you don&#8217;t fall foul of the fair usage policy by running a high-usage web site!</p>
<p><strong>A few assumptions to start with:</strong></p>
<p>1. The only Internet connection you have is via the Sky router. If you have, for example, multiple Internet connections, or some clever internal routing between routers, then your port forwarding may not (probably won&#8217;t) work.<br />
2. The router is fresh out of the box or has been reset back to factory defaults. In addition, it is running the Sky firmware.<br />
3. The internal IP address of the web server is 192.168.0.2 and your router is 192.168.0.1.<br />
The web server is not using host headers (that is, it can be accessed via its IP address). If this assumption is meaningless to you, worry not: we&#8217;ll test this in the first stage anyway!<br />
4. The web server is using the default HTTP port: TCP port 80.<br />
5. There are no local firewalls (including Windows firewall) running on the web server. If there is: stop it! It can be switched back on later, but for now, let&#8217;s just get it working without the server&#8217;s firewall.</p>
<p>Note: The instructions work with or without uPNP. Also, it is for web servers only. (OK, it can be adapted for any TCP or UDP port, but I&#8217;m strictly sticking to a web server in this guide lest it becomes over-complicated.)</p>
<p>Here goes&#8230;</p>
<p>1 Check that the web server is accessible internally by pointing a browser at it&#8217;s internal (NOT external) address: http://192.168.0.2. If that doesn&#8217;t work, fix the web server before continuing.<br />
2. Log into the web interface of the firewall (the &#8220;admin&#8221;, &#8220;sky&#8221; one).<br />
3. On the main page, under the &#8220;ADSL Port&#8221; section, make a note of the &#8220;IP Address&#8221;. You&#8217;ll need this later for testing.<br />
4. Click &#8220;Firewall Rules&#8221; on the left.<br />
5. Under &#8220;Inbound Services&#8221; click the &#8220;Add&#8221; button.<br />
6. Change the Service to &#8220;HTTP(TCP:80)&#8221;.<br />
7. Leave the action as &#8220;ALLOW always&#8221;.<br />
8. In &#8220;Send to LAN Server&#8221; enter the IP address of the web server: 192.168.0.2, using the tab key (not the full stop) to move between each part of the IP address.<br />
9. Leave all the other fields as they are.<br />
10. Click the &#8220;Apply&#8221; button.<br />
11. On the next screen, click the &#8220;Apply&#8221; button (the one next to the &#8220;Cancel&#8221; button).</p>
<p><strong>Testing that it works&#8230;</strong></p>
<p>On a PC that is on the Internet (i.e. <strong>NOT one on the same network as the web server</strong>) such as at an Internet cafe, fire up a web browser and point it to the public IP address of your Internet connection. This is the IP address that you made a note of in stage 3 above. For example, if the address you made a note of is 199.1.2.3, from the Internet cafe, you&#8217;d enter http://199.1.2.3 into the web browser.</p>
<p>If you&#8217;ve followed the instruction to the letter, the web page should appear and you have port forwarding working.</p>
<p>All that remains is:</p>
<p>Switch the firewall on the server back on (assuming there was one in the first place and you still want to run it). Test again. If it breaks, fix the web server&#8217;s firewall.</p>
<p>Get the router&#8217;s WAN IP address into a dynamic DNS service such as Dynamic Network Services, Inc. &#8212; DynDNS &#8212; Welcome. The &#8220;how to&#8221; do this is outside the scope of this guide.</p>
<p>Link to the original post is:</p>
<p>http://www.skyuser.co.uk/forum/sky-broadband-tutorial-section/10975-how-set-up-port-forwarding-internal-web-server.html#post63601</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.itechwebdesign.co.uk%2Fblog-web-design-north-wales%2F08%2F2011%2Fgrant-access-to-your-webserver-via-a-router%2F&amp;title=Grant%20access%20to%20your%20webserver%20via%20a%20router"><img src="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/08/2011/grant-access-to-your-webserver-via-a-router/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fatal error: Maximum execution time of 120 seconds exceeded in \tool_phoca_changing_collation\index.php on line 91</title>
		<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/fatal-error-maximum-execution-time-of-120-seconds-exceeded-in-tool_phoca_changing_collationindex-php-on-line-91/</link>
		<comments>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/fatal-error-maximum-execution-time-of-120-seconds-exceeded-in-tool_phoca_changing_collationindex-php-on-line-91/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 10:47:15 +0000</pubDate>
		<dc:creator>ewanvrooyen</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[wamp server]]></category>
		<category><![CDATA[Website Hosting]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Maximum execution time]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[tool_phoca_changing_collation]]></category>
		<category><![CDATA[Wamp]]></category>

		<guid isPermaLink="false">http://www.itechwebdesign.co.uk/blog-web-design-north-wales/?p=157</guid>
		<description><![CDATA[If you are using the the phoca collation tool OR get Fatal error: Maximum execution time of 120 seconds exceeded errors when running scripts do the following: Try these different settings in C:\wamp\bin\apache\apachex.x.x\bin\php.ini Find: post_max_size = 8M upload_max_filesize = 2M &#8230; <a href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/fatal-error-maximum-execution-time-of-120-seconds-exceeded-in-tool_phoca_changing_collationindex-php-on-line-91/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are using the the phoca collation tool OR get Fatal error: Maximum execution time of 120 seconds exceeded errors when running scripts do the following:</p>
<p>Try these different settings in C:\wamp\bin\apache\apachex.x.x\bin\php.ini</p>
<p>Find:<br />
post_max_size = 8M<br />
upload_max_filesize = 2M<br />
max_execution_time = 30<br />
max_input_time = 60<br />
memory_limit = 8M</p>
<p>Change to:<br />
post_max_size = 750M<br />
upload_max_filesize = 750M<br />
max_execution_time = 5000<br />
max_input_time = 5000<br />
memory_limit = 1000M</p>
<p>Then restart wamp to take effect. Run the script and change it back.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.itechwebdesign.co.uk%2Fblog-web-design-north-wales%2F02%2F2011%2Ffatal-error-maximum-execution-time-of-120-seconds-exceeded-in-tool_phoca_changing_collationindex-php-on-line-91%2F&amp;title=Fatal%20error%3A%20Maximum%20execution%20time%20of%20120%20seconds%20exceeded%20in%20%5Ctool_phoca_changing_collation%5Cindex.php%20on%20line%2091"><img src="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/fatal-error-maximum-execution-time-of-120-seconds-exceeded-in-tool_phoca_changing_collationindex-php-on-line-91/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change mysql database collation from latin1_swedish_ci to utf8_general_ci</title>
		<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/change-mysql-database-collation-from-latin1_swedish_ci-to-utf8_general_ci/</link>
		<comments>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/change-mysql-database-collation-from-latin1_swedish_ci-to-utf8_general_ci/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 10:43:48 +0000</pubDate>
		<dc:creator>ewanvrooyen</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[MySQL - phpMyAdmin]]></category>
		<category><![CDATA[wamp server]]></category>
		<category><![CDATA[Website Hosting]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Wamp]]></category>

		<guid isPermaLink="false">http://www.itechwebdesign.co.uk/blog-web-design-north-wales/?p=155</guid>
		<description><![CDATA[If you created your site in with a specific collation language and need to change it  you can use this great tool to change all the fields: Download Phoca Changing Collation Tool Unzip the zip file and copy the folder &#8230; <a href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/change-mysql-database-collation-from-latin1_swedish_ci-to-utf8_general_ci/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you created your site in with a specific collation language and need to change it  you can use this great tool to change all the fields:</p>
<p><a href="http://www.phoca.cz/download/category/17-phoca-changing-collation-tool">Download Phoca Changing Collation Tool</a></p>
<p>Unzip the zip file and copy the folder &#8216;tool_phoca_changing_collation&#8217; into your server (localhost) root. Run the index.php script included in the &#8216;Collation&#8217; folder. Add the following information into the form:</p>
<p>* Database hostname (e.g. localhost)<br />
* Database username<br />
* Database password<br />
* Database name<br />
* Database collation (add here the collation you want to have for the database, all tables and all columns in all tables.</p>
<p>Please, run this script only if you know what you do. If you have an extensive database, you must change the script execution time in your php settings, because 30 seconds to execute this script can be not enough.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.itechwebdesign.co.uk%2Fblog-web-design-north-wales%2F02%2F2011%2Fchange-mysql-database-collation-from-latin1_swedish_ci-to-utf8_general_ci%2F&amp;title=Change%20mysql%20database%20collation%20from%20latin1_swedish_ci%20to%20utf8_general_ci"><img src="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/change-mysql-database-collation-from-latin1_swedish_ci-to-utf8_general_ci/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable mod_rewrite in windows, WAMP, XAMPP</title>
		<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/enable-mod_rewrite-in-windows-wamp-xampp/</link>
		<comments>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/enable-mod_rewrite-in-windows-wamp-xampp/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 08:52:23 +0000</pubDate>
		<dc:creator>ewanvrooyen</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[wamp server]]></category>
		<category><![CDATA[Website Hosting]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[Wamp]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.itechwebdesign.co.uk/blog-web-design-north-wales/?p=141</guid>
		<description><![CDATA[Wamp and XAMPP doesn’t come with default rewrite rule enabled, For enabling the rewrite rules in both of them you need to make changes in httpd.conf so that apache can work with rewrite rules. For enabling the rewrite rules follow &#8230; <a href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/enable-mod_rewrite-in-windows-wamp-xampp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wamp and XAMPP doesn’t come with default rewrite rule enabled, For enabling the rewrite rules in both of them you need to make changes in httpd.conf so that apache can work with rewrite rules.</p>
<p>For enabling the rewrite rules follow these rules:</p>
<p>1) Find httpd.conf (\wamp\bin\apache\Apache2.2.11\conf something along those lines<br />
2) Uncomment the line LoadModule rewrite_module modules/mod_rewrite.so<br />
3) Find the line with DocumentRoot “C:/path/to/my/root”, There you will find contents like<br />
&lt;Directory&gt;<br />
&lt;/Directory&gt;</p>
<p>Make sure the content inside these two braces looks like</p>
<p>&lt;Directory&gt;<br />
Options All<br />
AllowOverride All<br />
&lt;/Directory&gt;</p>
<p>4) Restart the Apache server and you should be good to go.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.itechwebdesign.co.uk%2Fblog-web-design-north-wales%2F02%2F2011%2Fenable-mod_rewrite-in-windows-wamp-xampp%2F&amp;title=Enable%20mod_rewrite%20in%20windows%2C%20WAMP%2C%20XAMPP"><img src="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/enable-mod_rewrite-in-windows-wamp-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAMP Server &#8211; MySQL &#8211; Resetting the Root Password (Windows)</title>
		<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/wamp-server-mysql-resetting-the-root-password-windows/</link>
		<comments>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/wamp-server-mysql-resetting-the-root-password-windows/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 09:52:58 +0000</pubDate>
		<dc:creator>ewanvrooyen</dc:creator>
				<category><![CDATA[wamp server]]></category>
		<category><![CDATA[Website Hosting]]></category>
		<category><![CDATA[ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)]]></category>
		<category><![CDATA[Wamp]]></category>

		<guid isPermaLink="false">http://www.itechwebdesign.co.uk/blog-web-design-north-wales/?p=124</guid>
		<description><![CDATA[1. Log on to your system as Administrator. 2. Click on the Wamp server icon &#62; MySQL &#62; MySQL Console 3. Enter password: LEAVE BLANK AND HIT ENTER 4. mysql&#62; UPDATE mysql.user SET Password=PASSWORD(&#8216;MyNewPass&#8217;) WHERE User=&#8217;root&#8217;; ENTER Query OK 5. &#8230; <a href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/wamp-server-mysql-resetting-the-root-password-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1. Log on to your system as Administrator.</p>
<p>2. Click on the Wamp server icon &gt; MySQL &gt; MySQL Console</p>
<p>3. Enter password: LEAVE BLANK AND HIT ENTER</p>
<p>4. mysql&gt; UPDATE mysql.user SET Password=PASSWORD(&#8216;MyNewPass&#8217;) WHERE User=&#8217;root&#8217;; ENTER<br />
<em>Query OK</em></p>
<p>5. mysql&gt;FLUSH PRIVILEGES; ENTER<br />
mysql&gt;quit ENTER<br />
mysql&gt;<em>bye</em></p>
<p>6. Edit phpmyadmin file called &#8220;config.inc.php&#8221; enter &#8216;MyNewPass&#8217; ($cfg['Servers'][$i]['password'] = &#8216;<strong>MyNewPass</strong>&#8216;;)</p>
<p>7. Restart all services</p>
<p>8. <strong>Clear all cookies &#8211; I got the No password error and it was because of the cookies. (</strong>ERROR 1045: Access denied for user: &#8216;root@localhost&#8217; (Using password: NO))</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.itechwebdesign.co.uk%2Fblog-web-design-north-wales%2F02%2F2011%2Fwamp-server-mysql-resetting-the-root-password-windows%2F&amp;title=WAMP%20Server%20%26%238211%3B%20MySQL%20%26%238211%3B%20Resetting%20the%20Root%20Password%20%28Windows%29"><img src="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2011/wamp-server-mysql-resetting-the-root-password-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
