Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to setup virtual host for windows 8 computer (xampp)
    primarykey
    data
    text
    <p>Hi I have been trying for hours with many tutorials and I still not able to get the virtual host running on windows8 platform. I am using xampp 1.8.3. My xampp folder is installed as xampp2 in the c-directory</p> <p>Step 1: I edited the \System32\drivers\etc\hosts file as such</p> <blockquote> <p>127.0.0.1 xampp.local</p> <p>127.0.0.1 localhost</p> </blockquote> <p>Step 2: I enabled the following lines in httpd.config:</p> <pre><code>Include conf/extra/httpd-vhosts.conf LoadModule vhost_alias_module modules/mod_vhost_alias.so </code></pre> <p>Step 3: I edited \apache\conf\extra\httpd-vhosts.conf</p> <pre><code>NameVirtualHost *:80 &lt;VirtualHost 127.0.0.1:80&gt; ServerAdmin admin@localhost.com DocumentRoot "C:\xampp2\htdocs" ServerName localhost ServerAlias localhost &lt;Directory "C:\xampp\htdocs"&gt; Options Indexes FollowSymLinks Includes ExecCGI Order allow,deny Allow from all &lt;/Directory&gt; &lt;/VirtualHost&gt; &lt;VirtualHost 127.0.0.1:80&gt; ServerAdmin admin@fountains.com DocumentRoot "C:\Users\Sean\Documents\vhostprjs\foods" ServerName xampp.local ServerAlias www.xampp.local &lt;Directory "C:\Users\Sean\Documents\vhostprjs\foods"&gt; Options All AllowOverride All Order allow,deny Allow from all Require all granted &lt;/Directory&gt; &lt;/VirtualHost&gt; </code></pre> <p>Step 4: restarted xampp and tried localhost and it worked. But when I tried www.xampp.local\ chrome complains</p> <blockquote> <p>Oops! Google Chrome could not find www.xampp.local</p> </blockquote> <p>I really don't know what else to do.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload