On Thu, 24 Sep 2009, Daniel Echalar wrote: > now public_html looks like this: > > /css > /images > /js > /uploads > .htaccess > robots.txt
Where is your index.php? > http://www.myhostingprovider.com/~withoutdomain/index.php Makes sense, because public_html is a user dir. In other words, it's supposed to be used for personal web pages under a username like http://www.myhostingprovider.com/~username/ gets linked to the public_html directory. But thats not the normal way to host a web site. Normally your hosting provider would point to say, example.com to a specific folder in your account. On one provider I know, they will have an example.com folder and under that an html folders which is the actual web root. You need to find out the specifics from your hosting provider. -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
