I did not use XAMPP (tried it and found it to be more trouble than it
was worth). I have installed and configured Apache on multiple systems
running Linux and Windows and have successfully developed over a dozen
Joomla! websites using my current configuration. My normal practice
(on Windows) is to create a folder for each site under a common "web"
directory, add an entry into the "host" file for "web.mysite.com", and
add an entry into the httpd-vhost.conf file, such as:
<VirtualHost *:80>
ServerName web.mysite.com
DocumentRoot "C:/web/mysite.com/site"
ErrorLog logs/web.mysite.com.error.log
CustomLog logs/web.mysite.com.access.log combined
</VirtualHost>
This has served me very well until I try to use Eclipse. I really do
not wish to install XAMPP since I have a standard configuration that
works across OS platforms and can't see reinventing the wheel.
Any ideas on what I might do to get this working?
Chuck
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.