Should it be : http://myserver.com/cflive/APP/controller/action ?

On Sep 8, 11:37 am, morecakepls <[EMAIL PROTECTED]> wrote:
> I cant get my cakephp application to work on the server. I am using
> the normal development server setup.
>
> -cflive
>   - app
>   - cake
>   - vendors
>   - .htaccess
>
> in the .htacess on the base folder (cflive), I have
> <IfModule mod_rewrite.c>
>    RewriteEngine on
>    RewriteRule    ^$ app/webroot/    [L]
>    RewriteRule    (.*) app/webroot/$1 [L]
> </IfModule>
>
> then on the cflive/app/webroot/, I have
> <IfModule mod_rewrite.c>
>         RewriteEngine On
>         RewriteCond %{REQUEST_FILENAME} !-d
>         RewriteCond %{REQUEST_FILENAME} !-f
>         RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
> </IfModule>
>
> When i go tohttp://myserver.com/cflive/controller/action
>
> I get a HTTP 404 Not Found on IE. The server runs PHP 5 and its a
> godaddy hosting if that helps..
>
> TIA


--~--~---------~--~----~------------~-------~--~----~
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