My Idea was:

1) To see if cakePHP can work using internal rewrite - I think you need to
delete the .htaccess

Now if this works, you may have to settle for using cakePHP without mod
rewrite - but at least its working

A month or so ago I was having troubles with 1and1 and mod_rewrite - not
exactly parallel, but a few similarities

GoDaddy is a not a host I have familiarity with  but I believe  its a mass
budget shared hosting service like 1and1.  Therefore they have config'd the
servers to alleviate some issues

In my case the support staff were no help at all, PaulIV on this list put me
in the right direction

Not saying that this is a solution that will work for you but it may be of
help.

- S

On 04/03/07, Michael Rubanov <[EMAIL PROTECTED]> wrote:
>
> Hey Sam ,
>
> 1. To enable internal rewrite I uncommented:
>     define ('BASE_URL', env('SCRIPT_NAME'));
>
> In godaddy hosting env('SCRIPT_NAME') equals to 0...
> Do I have to define it manually ?
> What url do I put there ?
> The sub domain url ?
>
> 2. After internal rewrite is on , I getting dispatcher errors :
>
> *Warning*: preg_replace(): Unknown modifier 'a' in *dispatcher.php* on
> line *487
>
> *Sam do you have some idea ?**
>
>
> On 3/4/07, Sam Sherlock < [EMAIL PROTECTED] > wrote:
> >
> > What happens when mod rewrite is off and your using internal rewrite?
> >
> > On 04/03/07, Michael Rubanov <[EMAIL PROTECTED] > wrote:
> > >
> > > Actually the "missing" component is in place .
> > >
> > > I found that problem is connected to godaddy's freaky
> > > mod_rewrite/htacces setup.
> > > When I turning of mod_rewrite support i core.php I got a app working
> > > but dispatcher showing an errors.
> > >
> > > When mod_rewrite future is on , I am getting 500 errors on all
> > > controllers...
> > >
> > > I had a similar problem with wordpress plugins development , when I
> > > tried to define additional rewrite rules via worpress hook , which is
> > > working excellent in development environment but not on godaddy's 
> > > hosting...
> > >
> > >
> > >
> > > On 3/4/07, gwoo <[EMAIL PROTECTED] > wrote:
> > > >
> > > >
> > > > what is the missing file? Sounds less to do with godaddy and the
> > > > subdomain, and more to do with the code in your controller.
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Best Regards,
> > >
> > > Michael Rubanov.
> > > ##  ICQ 7299656  ##
> > >
> > >
> > >
> >
> >
> >
>
>
> --
> Best Regards,
>
> Michael Rubanov.
> >
>

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