I\'m working with XAMPP on Mac OS X.
I\'m trying to run a Symfony website properly for a client, and I really don\'t know Symfony (yet). I just want to install and la
This worked for me!
To run projects like http://localhost/projectName
ServerAdmin localhost
DocumentRoot path/to/htdocs/
ServerName localhost
To run projects like http://somewebsite.com locally
ServerAdmin webmaster@example.com
DocumentRoot /path/to/htdocs/somewebsiteFolder
ServerName www.somewebsite.com
ServerAlias somewebsite.com
Same for other websites
ServerAdmin webmaster@example.com
DocumentRoot /path/to/htdocs/anotherSiteFolder
ServerName www.anothersite.local
ServerAlias anothersite.com