Hello, i've just signed up with godaddy hosting.

First, I put a cake application in root folder, all worked fine. Later
I decided to move it to a directory, and made the proper change in
godaddy hosting panel (mydomain.com pointing to mydirectory/ )

But I'm getting .htaccess errors. I red a previous post with a
solution, but i tried it without success
for app/webroot/.htaccess
"
Change this:
    RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
To this:
    RewriteRule ^(.*)$ /index.php?url=$1 [QSA,L]
"

I still get the same error.

I'm thinking about installing the app in root folder but this would
give me errors with other domains hosted in other subdomains. I'd have
to include something like:

RewriteRule   (domain1dir|domain2dir|etc)/(.*)   -   [L]

in root .htaccess

Any hint?

thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to