I did this and modified my hosts file (C:\Windows\System32\drivers\etc \hosts) and now it works. Thanks, Miles J!
On Feb 8, 12:07 am, Miles J <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
