I originally installed my cakephp in a subfolder of my localhost folder (so in linux my localhost is set to:
/var/www
and I installed cakephp to:
/var/www/site1
I had been using it at this address, so: http://localhost/site1
But now I am putting it up as a live site and I made a virtual server with apache so now this goes directly to the /site1 folder:
http://mydomainname.com/
Now I cannot access my cakephp site, it still seems to think it should be in the "site1" folder, I don't recall doing anything initially to tell it to be in the /site1 folder, such as setting anything, but it was a while ago and I can't remember exactly.. I am looking into this and the places it has told me to look so far where this info might be located is not showing anything indicating the subfolder.. I would greatly appreciate if anyone has ideas on what to do.
Thanks