This is how my apache vhosts is setup.
Instead of localhost/milesj/ it would just be milesj/
<VirtualHost *:80>
ServerAdmin webmas...@localhost
DocumentRoot C:/xampp/htdocs/milesj
ServerName milesj
<Directory "C:/xampp/htdocs/milesj">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---