Cakephp pretty url problem

2010-10-24 Thread Robin
Hi,
I am working on to migrate a site from Joomla to Croogo, the cakephp
cms. I have
successfully imported the users and contents (nodes) from Joomla. Now
I am having a problem. I am using shared hosting account in Godaddy
where I host some other sites as well. So I want to disable
mod_rewrite and did as per instruction in the config/core.php. I
uncommented App.baseURL and renamed .htaccess files (3). But I found
the site is broken with no css and image working. The reason is though
the node links and menus are rewritten as index./controller/action the
image and css paths were not elaborated to app/webroot/img or js/.
Can anyone point a clue?

The site is www.thals.org
Croogo version - 1.32 beta

Thanks,
Robin

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: pretty URL problem

2006-05-20 Thread henthoca

We had this same sort of problem just a moment ago, and we solved it by
adding the questionmark (?) after the index.php like so:

http://localhost/index.php?/hellworld/index/

Maybe that might help, along with others advice.


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



Re: pretty URL problem

2006-05-14 Thread Rasmus Lauridsen
might be a long shot but the problem might have been in your url..
looking at it as you wrote it here it says hellworld.. 
My laymans guess with no knowledge of your code or naming scheme will come with one guess

hellworld shoulda been helloworld if you copy pasted that from your
address bar and it shoulda been helloworld.. maybe thats where the
problem lay.But I might be wrong :-POn 5/14/06, upake <[EMAIL PROTECTED]> wrote:
I think i found the solution, i was running php 4.3.2, upgraded to php5 seems to work fine now!

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


Re: pretty URL problem

2006-05-13 Thread Andy Christian Loyola
I'm also running php 4.3.2 and still work, there must be something wrong with your configuration.

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


Re: pretty URL problem

2006-05-13 Thread upake

I think i found the solution, i was running php 4.3.2, upgraded to php
5 seems to work fine now!


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



pretty URL problem

2006-05-13 Thread upake

Hi,

I am runniing Apache 1.3.27 without mod_rewrite on Windows XP, I am
using cake's pretty URLS but cant seem to get it to work, for example

http://localhost/index.php/hellworld/index/
would bring up a page not found,

any idea what i am doing wrong? I have already enabled

define ('BASE_URL', env('SCRIPT_NAME')); and deleted all .htaccess
files.

Please help,

Thanks
Upake


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