> the main problem is, that I don't have an accses to configuration
> files on the hosting, where I run my pages

Usually you don't need that.

Typical shared hosting setup:

/home/account/
                          public_html <--- configured as document root
by hosting, put all the files in app/webroot here
                          cake <--- cake core
                          app <--- your app

Then edit public_html/index.php and adjust the constants.


> On Aug 27, 1:29 pm, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote:
>> Try with a production setup: cake, app and webroot sepparated.
>>
>> On Tue, Aug 26, 2008 at 7:43 PM, lacithetemplar
>>
>>
>>
>> <[EMAIL PROTECTED]> wrote:
>>
>> > no, problem still remains :(
>>
>> > On Aug 26, 3:31 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote:
>> >> may be try
>>
>> >> <IfModule mod_rewrite.c>
>> >>     RewriteEngine on
>> >>     RewriteRule    /$ / [L]
>> >>     RewriteRule    ^$    /app/webroot/    [L]
>> >>     RewriteRule    (.*) /app/webroot/$1    [L]
>> >> </IfModule>
>>
>> >> 2008/8/26 lacithetemplar <[EMAIL PROTECTED]>
>>
>> >> > so, can you help me to configure my .htaccess file?
>> >> > here is current configuration:
>>
>> >> > <IfModule mod_rewrite.c>
>> >> >   RewriteEngine on
>> >> >   RewriteRule    ^$ app/webroot/    [L]
>> >> >   RewriteRule    (.*) app/webroot/$1 [L]
>> >> > </IfModule>
>>
>> >> > I don't know, where is problem, because at my localhost at home, it
>> >> > works fine
>>
>> >> > On Aug 26, 1:47 pm, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote:
>> >> > > Then, your .htaccess are screwed, try accessing directly:
>> >> >http://mpw-test.netlife.sk/index.phpitgivesthe right page.
>>
>> >> > > Check your setup. This may help:
>> >> >http://book.cakephp.org/view/32/installation
>>
>> >> > > On Tue, Aug 26, 2008 at 5:05 AM, lacithetemplar
>>
>> >> > > <[EMAIL PROTECTED]> wrote:
>>
>> >> > > > it is fresh installation of cakephp, no changes in routes.php, only
>> >> > > > configured database.php
>>
>> >> > > > On Aug 25, 4:05 pm, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote:
>> >> > > >> It seems like you screwed the routes, show us your
>> >> > APP/config/routes.php
>>
>> >> > > >> On Mon, Aug 25, 2008 at 6:41 AM, lacithetemplar
>>
>> >> > > >> <[EMAIL PROTECTED]> wrote:
>>
>> >> > > >> > Is here someone, who knows, how can I solve this problem with
>> >> > webroot
>> >> > > >> > athttp://mpw-test.netlife.sk/?
>> >> > > >> > thanks- Hide quoted text -
>>
>> >> > > >> - Show quoted text -- Hide quoted text -
>>
>> >> > > - Show quoted text -- Hide quoted text -
>>
>> >> - Show quoted text -- Hide quoted text -
>>
>> - Show quoted text -
> >
>

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