Sure. First, don't post the same question in 3 different topics. Next, why does www.hostingnewmedia.com redirect to www.hostingnewmedia.com/app/webroot/ ? If you cannot set /app/webroot/ to your DocumentRoot, then the .htaccess files take care of this. Your request for www.hostingnewmedia.com/ should be rewritten to /app and then the request for /app is rewritten to /app/webroot/. / should not *redirect* to /app/webroot/. It should be rewritten.
HTH, Ryan P.S. Shouldn't you be able to use RewriteBase in your .htaccess and not have to include your domain? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
