css are all linked using $html->css

Found out that if I edit webroot's .htaccess from

RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
to
RewriteRule ^(.*)$ /index.php?url=$1 [QSA,L]

Images and flash will show up, but still controllers are a no-go

On May 24, 11:11 am, "John David Anderson (_psychic_)"
<[EMAIL PROTECTED]> wrote:
> On May 24, 2007, at 10:04 AM, [EMAIL PROTECTED] wrote:
>
>
>
> > John, I already downloaded and installed a brand new copy of cake and
> > uploaded it.
> > After that I tried working with internal urls but they worked only if
> > I typed /site/index.php?controller
>
> That's how internal URLs work.
>
> example.com/index.php?/controller/action
>
> or
>
> example.com/index.php?url=/controller/action
>
> > Btw, im using godaddy's linux hosting with is SUPPOSED to have
> > mod_rewrite enabled.
>
> Verify that. That seems to be the main issue here, and you'll save a
> lot of time double checking that rather than assuming it. If it has
> it, why are you not using it?
>
> > here is the link to the site:http://sportmarketingcenter.com
>
> > so far I've gotten the homepage to render the images and flash file
> > but thats it (try clicking on one of the menu options) it will just go
> > back to the start page with no layout defined.
>
> It was my understanding that this was a fresh cake install, but it
> seems you're running a complete site - which is it? How are you
> linking to your CSS in the layouts?
>
> -- John


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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