<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Local Test Server</title><link>https://sourceforge.net/p/eaccounts/wiki/Local%2520Test%2520Server/</link><description>Recent changes to Local Test Server</description><atom:link href="https://sourceforge.net/p/eaccounts/wiki/Local%20Test%20Server/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 20 Aug 2011 16:33:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/eaccounts/wiki/Local%20Test%20Server/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Local Test Server modified by Nik</title><link>https://sourceforge.net/p/eaccounts/wiki/Local%2520Test%2520Server/</link><description>&lt;pre&gt;--- v9 
+++ v10 
@@ -1,4 +1,5 @@
 Setting up a Local Test Server
+====
 
 # Download WAMP:
 [http://www.wampserver.com/en/download.php]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nik</dc:creator><pubDate>Sat, 20 Aug 2011 16:33:16 -0000</pubDate><guid>https://sourceforge.net3b787de35941d98fb8491515c4a07b0adc1b8235</guid></item><item><title>WikiPage Local Test Server modified by Nik</title><link>https://sourceforge.net/p/eaccounts/wiki/Local%2520Test%2520Server/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -25,7 +25,7 @@
 
 I normally use:
     C:\Users\Nik\workspace
-In this directory I will normally add a ZendServer and a phpMyAdmin directory, so that we can easily get to the server pages.
+In this directory I will normally add a phpmyadmin directory, so that we can easily get to the mysql page.
 
 # Enable the rewrite module in Apache:
 WAMP -&amp;gt; Apache -&amp;gt; rewrite_module
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nik</dc:creator><pubDate>Sat, 20 Aug 2011 15:00:14 -0000</pubDate><guid>https://sourceforge.net2049ad5840c04db8fb5297ebaab2a679883e3d6b</guid></item><item><title>WikiPage Local Test Server modified by Nik</title><link>https://sourceforge.net/p/eaccounts/wiki/Local%2520Test%2520Server/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -13,14 +13,22 @@
     # Virtual hosts
     Include conf/extra/httpd-vhosts.conf
 
+    &amp;lt;Directory "cgi-bin"&amp;gt;
+        Options FollowSymLinks
+        AllowOverride None
+        Order deny,allow
+        Deny from all
+    &amp;lt;/Directory&amp;gt;
+
+
 Remember to restart the server for the changes to take affect.
 
 I normally use:
     C:\Users\Nik\workspace
 In this directory I will normally add a ZendServer and a phpMyAdmin directory, so that we can easily get to the server pages.
 
-# Enable the virtual host module in Apache:
-WAMP -&amp;gt; Apache -&amp;gt; vhost_alias_module
+# Enable the rewrite module in Apache:
+WAMP -&amp;gt; Apache -&amp;gt; rewrite_module
 The Server should automatically restart
 
 # Add an Alias to our project in Apache:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nik</dc:creator><pubDate>Sat, 20 Aug 2011 13:50:37 -0000</pubDate><guid>https://sourceforge.net92af4dd61c60d7d2df6f3e4590dd4993f1bce976</guid></item><item><title>WikiPage Local Test Server modified by Nik</title><link>https://sourceforge.net/p/eaccounts/wiki/Local%2520Test%2520Server/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -9,6 +9,9 @@
     DocumentRoot "d:/wamp/www/"
     ...
     &amp;lt;Directory "d:/wamp/www/"&amp;gt;
+    ...
+    # Virtual hosts
+    Include conf/extra/httpd-vhosts.conf
 
 Remember to restart the server for the changes to take affect.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nik</dc:creator><pubDate>Fri, 19 Aug 2011 13:30:05 -0000</pubDate><guid>https://sourceforge.netb4baa41847d04fdc42fdecd4e2679ed280af633a</guid></item><item><title>WikiPage Local Test Server modified by Nik</title><link>https://sourceforge.net/p/eaccounts/wiki/Local%2520Test%2520Server/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -26,20 +26,20 @@
 I normally have dev.econtriver.com as a local test server.
 
 Open the virtual host config file from the wamp install:
-    D:\wamp\bin\apache\Apache2.2.17\conf\extra\http-vhosts.conf
-    &lt;VirtualHost *:80&gt;
-        ServerName dev.econtriver.com
-        DocumentRoot C:\Users\nikc\workspace\econtriver\public
-     
-        SetEnv APPLICATION_ENV "development"
-     
-        &lt;Directory C:\Users\nikc\workspace\econtriver\public&gt;
-            DirectoryIndex index.php
-            AllowOverride All
-            Order allow,deny
-            Allow from all
-        &lt;/Directory&gt;
-    &lt;/VirtualHost&gt;
+        D:\wamp\bin\apache\Apache2.2.17\conf\extra\http-vhosts.conf
+        &lt;VirtualHost *:80&gt;
+            ServerName dev.econtriver.com
+            DocumentRoot C:\Users\nikc\workspace\econtriver\public
+         
+            SetEnv APPLICATION_ENV "development"
+         
+            &lt;Directory C:\Users\nikc\workspace\econtriver\public&gt;
+                DirectoryIndex index.php
+                AllowOverride All
+                Order allow,deny
+                Allow from all
+            &lt;/Directory&gt;
+        &lt;/VirtualHost&gt;
 
 
 # Then we need to tell Windows to point to this machine fi a user attempts to go to dev.econtriver.com:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nik</dc:creator><pubDate>Fri, 19 Aug 2011 13:20:27 -0000</pubDate><guid>https://sourceforge.net427fc2113487a47bab36bb11000b847960922480</guid></item><item><title>WikiPage Local Test Server modified by Nik</title><link>https://sourceforge.net/p/eaccounts/wiki/Local%2520Test%2520Server/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -6,45 +6,44 @@
 # Modify the location of the files in the httpd.conf:
 From WAMP go to Apache -&amp;gt; httpd.conf
 Change the following 2 lines to match your web files location (should be from the Git synch):
-&lt;pre&gt;
-DocumentRoot "d:/wamp/www/"
-...
-&amp;lt;Directory "d:/wamp/www/"&amp;gt;
-&lt;/pre&gt;
+    DocumentRoot "d:/wamp/www/"
+    ...
+    &amp;lt;Directory "d:/wamp/www/"&amp;gt;
+
 Remember to restart the server for the changes to take affect.
 
 I normally use:
-&lt;pre&gt;C:\Users\Nik\workspace&lt;/pre&gt;
+    C:\Users\Nik\workspace
 In this directory I will normally add a ZendServer and a phpMyAdmin directory, so that we can easily get to the server pages.
 
 # Enable the virtual host module in Apache:
 WAMP -&amp;gt; Apache -&amp;gt; vhost_alias_module
 The Server should automatically restart
 
 # Add an Alias to our project in Apache:
 Where econtriver.com would be our live website:
 I normally have test.econtriver.com as a test server on the web.
 I normally have dev.econtriver.com as a local test server.
 
 Open the virtual host config file from the wamp install:
-&lt;pre&gt;D:\wamp\bin\apache\Apache2.2.17\conf\extra\http-vhosts.conf&lt;/pre&gt;
-&lt;pre&gt;&amp;lt;VirtualHost *:80&amp;gt;
-    ServerName dev.econtriver.com
-    DocumentRoot C:\Users\Nik\workspace\econtriver\public
- 
-    SetEnv APPLICATION_ENV "development"
- 
-    &amp;lt;Directory C:\Users\Nik\workspace\econtriver\public&amp;gt;
-        DirectoryIndex index.php
-        AllowOverride All
-        Order allow,deny
-        Allow from all
-    &amp;lt;/Directory&amp;gt;
-&amp;lt;/VirtualHost&amp;gt;
-&lt;/pre&gt;
+    D:\wamp\bin\apache\Apache2.2.17\conf\extra\http-vhosts.conf
+    &lt;VirtualHost *:80&gt;
+        ServerName dev.econtriver.com
+        DocumentRoot C:\Users\nikc\workspace\econtriver\public
+     
+        SetEnv APPLICATION_ENV "development"
+     
+        &lt;Directory C:\Users\nikc\workspace\econtriver\public&gt;
+            DirectoryIndex index.php
+            AllowOverride All
+            Order allow,deny
+            Allow from all
+        &lt;/Directory&gt;
+    &lt;/VirtualHost&gt;
+
 
 # Then we need to tell Windows to point to this machine fi a user attempts to go to dev.econtriver.com:
 Open:
-&lt;pre&gt;C:\Windows\System32\drivers\etc\hosts&lt;/pre&gt;
+    C:\Windows\System32\drivers\etc\hosts
 Add:
-127.0.0.1       dev.econtriver.com
+    127.0.0.1       dev.econtriver.com
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nik</dc:creator><pubDate>Fri, 19 Aug 2011 13:19:37 -0000</pubDate><guid>https://sourceforge.net0dcb5842f07d1bc6747bde43e9e179d56e4c8d1a</guid></item><item><title>WikiPage Local Test Server modified by Nik</title><link>https://sourceforge.net/p/eaccounts/wiki/Local%2520Test%2520Server/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -4,45 +4,47 @@
 [http://www.wampserver.com/en/download.php]
 
 # Modify the location of the files in the httpd.conf:
-From WAMP go to Apache -&gt; httpd.conf
+From WAMP go to Apache -&amp;gt; httpd.conf
 Change the following 2 lines to match your web files location (should be from the Git synch):
+&lt;pre&gt;
 DocumentRoot "d:/wamp/www/"
 ...
-&lt;Directory "d:/wamp/www/"&gt;
-
+&amp;lt;Directory "d:/wamp/www/"&amp;gt;
+&lt;/pre&gt;
 Remember to restart the server for the changes to take affect.
 
-I normally use "C:\Users\Nik\workspace".  In this directory I will normally add a ZendServer and a phpMyAdmin directory, so that we can easily get to the server pages.
+I normally use:
+&lt;pre&gt;C:\Users\Nik\workspace&lt;/pre&gt;
+In this directory I will normally add a ZendServer and a phpMyAdmin directory, so that we can easily get to the server pages.
 
 # Enable the virtual host module in Apache:
-WAMP -&gt; Apache -&gt; vhost_alias_module
+WAMP -&amp;gt; Apache -&amp;gt; vhost_alias_module
 The Server should automatically restart
 
 # Add an Alias to our project in Apache:
 Where econtriver.com would be our live website:
 I normally have test.econtriver.com as a test server on the web.
 I normally have dev.econtriver.com as a local test server.
 
 Open the virtual host config file from the wamp install:
-D:\wamp\bin\apache\Apache2.2.17\conf\extra\http-vhosts.conf
-
+&lt;pre&gt;D:\wamp\bin\apache\Apache2.2.17\conf\extra\http-vhosts.conf&lt;/pre&gt;
 &lt;pre&gt;&amp;lt;VirtualHost *:80&amp;gt;
     ServerName dev.econtriver.com
     DocumentRoot C:\Users\Nik\workspace\econtriver\public
  
     SetEnv APPLICATION_ENV "development"
  
     &amp;lt;Directory C:\Users\Nik\workspace\econtriver\public&amp;gt;
         DirectoryIndex index.php
         AllowOverride All
         Order allow,deny
         Allow from all
     &amp;lt;/Directory&amp;gt;
 &amp;lt;/VirtualHost&amp;gt;
-&amp;lt;/pre&amp;gt;
+&lt;/pre&gt;
 
 # Then we need to tell Windows to point to this machine fi a user attempts to go to dev.econtriver.com:
 Open:
-C:\Windows\System32\drivers\etc\hosts
+&lt;pre&gt;C:\Windows\System32\drivers\etc\hosts&lt;/pre&gt;
 Add:
 127.0.0.1       dev.econtriver.com
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nik</dc:creator><pubDate>Fri, 19 Aug 2011 13:17:19 -0000</pubDate><guid>https://sourceforge.netdbbedb73cd9de1a13f1ae7d84b28086e40201041</guid></item><item><title>WikiPage Local Test Server modified by Nik</title><link>https://sourceforge.net/p/eaccounts/wiki/Local%2520Test%2520Server/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -26,20 +26,23 @@
 Open the virtual host config file from the wamp install:
 D:\wamp\bin\apache\Apache2.2.17\conf\extra\http-vhosts.conf
 
-&lt;pre&gt;&lt;VirtualHost *:80&gt;
+&lt;pre&gt;&amp;lt;VirtualHost *:80&amp;gt;
     ServerName dev.econtriver.com
     DocumentRoot C:\Users\Nik\workspace\econtriver\public
  
     SetEnv APPLICATION_ENV "development"
  
-    &lt;Directory C:\Users\Nik\workspace\econtriver\public&gt;
+    &amp;lt;Directory C:\Users\Nik\workspace\econtriver\public&amp;gt;
         DirectoryIndex index.php
         AllowOverride All
         Order allow,deny
         Allow from all
-    &lt;/Directory&gt;
-&lt;/VirtualHost&gt;
-&lt;/pre&gt;
+    &amp;lt;/Directory&amp;gt;
+&amp;lt;/VirtualHost&amp;gt;
+&amp;lt;/pre&amp;gt;
 
 # Then we need to tell Windows to point to this machine fi a user attempts to go to dev.econtriver.com:
+Open:
+C:\Windows\System32\drivers\etc\hosts
+Add:
 127.0.0.1       dev.econtriver.com
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nik</dc:creator><pubDate>Fri, 19 Aug 2011 13:12:58 -0000</pubDate><guid>https://sourceforge.net65dc274ac5d2d5538815649a47e77bcf5228ce3c</guid></item><item><title>WikiPage Local Test Server modified by Nik</title><link>https://sourceforge.net/p/eaccounts/wiki/Local%2520Test%2520Server/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -26,23 +26,20 @@
 Open the virtual host config file from the wamp install:
 D:\wamp\bin\apache\Apache2.2.17\conf\extra\http-vhosts.conf
 
-:::xml
-&amp;lt;VirtualHost *:80&amp;gt;
+&lt;pre&gt;&lt;VirtualHost *:80&gt;
     ServerName dev.econtriver.com
-    DocumentRoot C:\Users\nikc\workspace\econtriver\public
+    DocumentRoot C:\Users\Nik\workspace\econtriver\public
  
     SetEnv APPLICATION_ENV "development"
  
-    &amp;lt;Directory C:\Users\nikc\workspace\econtriver\public&amp;gt;
+    &lt;Directory C:\Users\Nik\workspace\econtriver\public&gt;
         DirectoryIndex index.php
         AllowOverride All
         Order allow,deny
         Allow from all
-    &amp;lt;/Directory&amp;gt;
-&amp;lt;/VirtualHost&amp;gt;
-
-# Install Git:
-[http://code.google.com/p/msysgit/downloads/list]
-
-# Install the Git Plugin for eclipse:
-You can do this from within eclipse -&gt; Help -&gt; Install Software... -&gt; EGit
+    &lt;/Directory&gt;
+&lt;/VirtualHost&gt;
+&lt;/pre&gt;
+
+# Then we need to tell Windows to point to this machine fi a user attempts to go to dev.econtriver.com:
+127.0.0.1       dev.econtriver.com
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nik</dc:creator><pubDate>Fri, 19 Aug 2011 13:11:20 -0000</pubDate><guid>https://sourceforge.net4ddd8c0f07a8db38535f6cdb47188e0722232974</guid></item><item><title>WikiPage Local Test Server modified by Nik</title><link>https://sourceforge.net/p/eaccounts/wiki/Local%2520Test%2520Server/</link><description>Setting up a Local Test Server

# Download WAMP:
[http://www.wampserver.com/en/download.php]

# Modify the location of the files in the httpd.conf:
From WAMP go to Apache -&gt; httpd.conf
Change the following 2 lines to match your web files location (should be from the Git synch):
DocumentRoot "d:/wamp/www/"
...
&lt;Directory "d:/wamp/www/"&gt;

Remember to restart the server for the changes to take affect.

I normally use "C:\Users\Nik\workspace".  In this directory I will normally add a ZendServer and a phpMyAdmin directory, so that we can easily get to the server pages.

# Enable the virtual host module in Apache:
WAMP -&gt; Apache -&gt; vhost_alias_module
The Server should automatically restart

# Add an Alias to our project in Apache:
Where econtriver.com would be our live website:
I normally have test.econtriver.com as a test server on the web.
I normally have dev.econtriver.com as a local test server.

Open the virtual host config file from the wamp install:
D:\wamp\bin\apache\Apache2.2.17\conf\extra\http-vhosts.conf

:::xml
&amp;lt;VirtualHost *:80&amp;gt;
    ServerName dev.econtriver.com
    DocumentRoot C:\Users\nikc\workspace\econtriver\public
 
    SetEnv APPLICATION_ENV "development"
 
    &amp;lt;Directory C:\Users\nikc\workspace\econtriver\public&amp;gt;
        DirectoryIndex index.php
        AllowOverride All
        Order allow,deny
        Allow from all
    &amp;lt;/Directory&amp;gt;
&amp;lt;/VirtualHost&amp;gt;

# Install Git:
[http://code.google.com/p/msysgit/downloads/list]

# Install the Git Plugin for eclipse:
You can do this from within eclipse -&gt; Help -&gt; Install Software... -&gt; EGit
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nik</dc:creator><pubDate>Fri, 19 Aug 2011 13:04:07 -0000</pubDate><guid>https://sourceforge.net9d90be1fadcefa39a38e568a5dd7c802162556be</guid></item></channel></rss>