This problem still not resolved.
Had another try changing apache 2 httpd-vhost.conf and httpd.conf
-------------------------------------------------------------------------
#
# Virtual Hosts
# c:/xampp/apache/extra/httpd-vhost.conf:
# unused # comments removed for readablity
#
# using a ddns free domain from no-ip.com
http://xampp/htdocs/myftp.org#
# No-ip DUC loaded
#
# windows xp professional with service pack 2
#
# default xampp install works 100% with a standard install with both localhost & remote internet connection
# the email address is on different host
# testing the following settings.
# required to work with both local PC and remote internet access.
#
#
<VirtualHost *:80>
DocumentRoot c:/xampp/htdocs
ServerName localhost
ServerAdmin admin@localhost
# ErrorLog logs/localhost-error_log.log
# CustomLog logs/localhost-error_log.log common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin
nospam@systems-edge.co.uk DocumentRoot c:/xampp/htdocs/g6xfu
ServerName g6xfu.myftp.org
ServerAlias
http://g6xfu.myftp.org # ErrorLog logs/g6xfu/logs
# CustomLog logs/g6xfu/logs.log common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin
nospam@systems-edge.co.uk DocumentRoot c:/xampp/htdocs/systems-edge
ServerName systems-edge.myftp.org
ServerAlias
http://systems-edge.myftp.org # ErrorLog logs/g6xfu/logs
# CustomLog logs/g6xfu/logs.log common
</VirtualHost>
#
# \ changed to / to comply with linux
#
# paths for my site c:/xampp/htdocs (default localhost with my index.html)
# c:/xampp/htdocs/g6xfu/index.html (my start page for
http://g6xfu.myftp.org)
# c:/xampp/htdocs/systems-edge/index.html
# (my start page for
http://systems-edge.myftp.org)
# C:/xampp\htdocs/systems-edge/logs (folder for error logs)
# the script in c:/xampp/apache/conf/httpd.conf needs enabling remove
# the hash prompt in the following Virtual hosts.
# Virtual hosts Include c:/xampp/apache/extra/httpd-vhost.conf
#
#good luck
---------------------------------------------------------------------------
The above settings failed
(1) could not launch the apache control panel
[tick] Apache (Running not displayed)
(2) localhost not working
(3) clicking on the xampp_start icon in the xampp folder came up with a error window problem in line 501 httpd.cnf
---------------------------------------------------------------------------
Does anyone have a working setup under windows apache xampp.
For addon domains that work with localhost and remote internet access.
I miss cpanel this could be acheived in less than a minute?

?