Pero ahora no puedo accesar a http://localhost/otra_app ya que me redirecciona a http://phpweb20
que tengo mal en el config?
Código:
Saludos <VirtualHost *:80> ServerName phpweb20 DocumentRoot "e:/wamp/www/phpweb20/htdocs" <Directory "e:/wamp/www/phpweb20/htdocs"> AllowOverride All Options All </Directory> php_value include_path ".;e:/wamp/www/phpweb20/include;e:/wamp/bin/php/php5.2.5/pear" php_value magic_quotes_gpc off php_value register_globals off </VirtualHost>