Search Results howto configure virtual host in xampp windows


Warning: /home/dx/public_html/blog/wp-content/cache/e6c2517d8bece49c97c058e53d027fd2.spc is not writeable in /home/dx/public_html/blog/engine/wp-content/plugins/simplepie-core/simplepie.inc on line 1769
16 March 2010, 8:11 am

The Ultimate Guide To Creating E-Commerce Websites With Magento

If you are using the latest version of xampp, you will have to manually install PHP 5.2 if you want to run Magento. I will show you how to install Magento on xampp 1.7.0/1.7.1. You can download old versions of xampp from its official source code . Virtual Products are those products which are not physical. You can add additional warranties to this product. Bundled Products are much like grouped products. There is not a big difference. Take a computer for example.

Source: http://www.webresourcesdepot.com/the-ultimate-guide-to-creating-e-commerce-websites-with-magento-part-1/

12 March 2010, 11:32 pm

How to install Symfony 1.4 on XAMPP for Windows XP

Execute symfony configure:database “mysql:host=localhost;dbname=MyProjectDB” root password. Execute. Close Cmd. Goto C:\XAMPP\apache\conf\extra. Edit httpd-vhosts.conf. Add to the end: [xml] NameVirtualHost 127.0.0.1:80.

Source: http://askinstall.com/blog/how-to-install-symfony-1-4-on-xampp-for-windows-xp/

26 February 2010, 5:18 pm

Programar, programar, programar: Instalar Symfony en Windows

Para esto ir al panel de control de XAMPP, detener apache, e iniciarlo nuevamente. Finalmente, para que el navegador nos reconozca la ruta a nuestro virtual host, respondiendo a la dirección http://nombreproyecto (lo que pusimos en la opcion ServerName del virtual host) debemos Este pequeño how-to esta pensado en alguien que conoce el funcionamiento de windows, servidores web, php y sabe que es y para que sirve Symfony. Cualquier error o agregado es bien recibido.

Source: http://programadoresmx.blogspot.com/2010/02/instalar-symfony-en-windows-vista-con.html

13 February 2010, 12:12 pm

Virtual Hosts in Windows, Linux, Mac for developer « It's All About Me

that the live site accessible to others by http://www.mydomain.com. Hence the virtual hosts. There may be some other reasons that i can't remember at this moment. Here are the ways to how to configure virtual hosts in windows, linux and mac. To do this, open “C:\Program Files\xampp\apache\conf\httpd.conf” file(in xampp, you will find it inside apache/conf in other package), add the following lines at the bottom of this file – # Use name-based virtual hosting.

Source: http://kodegeek.wordpress.com/2010/02/13/virtual-hosts-windows-developer/

3 February 2010, 8:00 am

Access forbidden! trying to run install.php; Vista, XAMPP | drupal.org

Add a virtual host in xampp\apache\conf\extra\httpd-vhosts.conf like the one given below. DocumentRoot [YOUR DRUPAL DIRECTORY] ServerName drupal6. Add a host in your 'hosts' file in 'C:\WINDOWS\system32\drivers\etc'. 127.0.0.1 drupal6

Source: http://drupal.org/node/694484

10 January 2010, 5:01 pm

Setting Virtual Host In XAMPP « :: from dusk till dawn ::

Supposed You want to set up http://adisembiring.com, http://sembiringadi.com, http://forum.adisembiring.com and etc. How to configure apache in xampp in order to have virtual host ability. Check it out :D configure host driver in the C: \WINDOWS\system32\drivers\etc\hosts file; add new server host 127.0.0.1 servername.com. this is my virtual host configuration NameVirtualHost *:80 ServerAdmin webmaster@localhost DocumentRoot E:/data/httdocs/forum

Source: http://adisembiring.wordpress.com/2010/01/10/setting-virtual-host-in-xampp/

14 June 2008, 12:08 pm

XAMPP VirtualHosts | Simon Holywell

The VirtualHost I setup was in c:\xampp however so I had to allow Apache access in the VirtualHost container. Don't forget to add your new ServerName to your hosts file. Usually found in c:\WINDOWS\System32\drivers\etc\hosts and

Source: http://blog.simonholywell.com/post/374213855/xampp-virtualhosts