New to CakePHP .. problem with mod_rewrite

2012-07-14 Thread surajmundada
Hi, I am new to CakePHP ... downloaded Cake 2.2.0 and set it up on Apache as given in cookbook. I did all settings as given in cookbook (both mod_rewrite and CakePHP pretty URLs). Still I can not see default cake page in sample blog's webroot. Not sure where to look for errors. I have not

Re: New to CakePHP .. problem with mod_rewrite

2012-07-14 Thread Piotr Beschel
W dniu sobota, 14 lipca 2012 05:24:16 UTC+2 użytkownik surajmundada napisał: I have not installed PHP. Is it necessary to install PHP before CakePHP? Yes it is! Cakephp is PHP framework and to work cake need php compilation. -- Our newest site for the community: CakePHP Video Tutorials

Re: image and a tag problem without mod_rewrite

2010-07-01 Thread AD7six
On Jun 30, 3:45 pm, kaushik kaushikwo...@gmail.com wrote: I have developed my site in a server where mod_rewrite and .httaccess are available. I used '$this-webroot' variable for a tag and img path extensively. But I have to make the live in a server where mod_rewrite and .httaccess are not

image and a tag problem without mod_rewrite

2010-06-30 Thread kaushik
I have developed my site in a server where mod_rewrite and .httaccess are available. I used '$this-webroot' variable for a tag and img path extensively. But I have to make the live in a server where mod_rewrite and .httaccess are not available and the site will be uploaded in a subfolder (not in

Re: image and a tag problem without mod_rewrite

2010-06-30 Thread Shaz
You'll have to use $_SERVER[] to get your path: http://php.net/manual/en/reserved.variables.server.php On Jun 30, 2:45 pm, kaushik kaushikwo...@gmail.com wrote: I have developed my site in a server where mod_rewrite and .httaccess are available. I used '$this-webroot' variable for a tag and

Re: image and a tag problem without mod_rewrite

2010-06-30 Thread kaushik
But it is not solving my prob. For that I have to change the whole code, all the places I have used that. Cakephp should have any fix for this issue. Anyone can help me? On Jun 30, 9:35 pm, Shaz shazam...@gmail.com wrote: You'll have to use $_SERVER[] to get your path:

Re: Problem with mod_rewrite

2007-01-23 Thread roby
Thanks Lemuel for your reply... I've contacted the admin already and the admin had fixed the problem, he said that he already chmod 777 all the folders and files (recursively) from my username folder... but the warning bla2x still appear in my page... don't know why... After a long stressfull

Re: Problem with mod_rewrite

2007-01-23 Thread dkarlson
I doubt that it is a compatibility issue. Apache PHP aren't OS specific, as long as your running the versions compiled for your OS. If chmodding the tmp directory to 777 doesn't work, try taking a look at who owns the folders. What user/group do they belong to? D On Jan 23, 7:41 am, roby

Re: Problem with mod_rewrite

2007-01-14 Thread Lemuel Formacil
On Friday 12 January 2007 01:35, roby wrote: I've contacted the admin already and the admin said that I've been given the permissions to write... but the problems still appeared :| ...permission to write by the webserver. Ask your admin to make your app/tmp directory writable by the

Re: Problem with mod_rewrite

2007-01-11 Thread roby
I've contacted the admin already and the admin said that I've been given the permissions to write... but the problems still appeared :| Any idea how to solve it? The server runs on Debian Linux (I don't know the version) and using Samba 3.0.

Re: Problem with mod_rewrite

2007-01-10 Thread roby
Thanks for the reply... It works with http://localhost/username/index.php/users/index... but with some errors on the page... I don't know why... here is one of them: Warning: file_put_contents(/mnt/user/username/app/tmp/cache/models/default_countries) [function.file-put-contents]: failed to open

Re: Problem with mod_rewrite

2007-01-10 Thread UpWorks
I believe you need to enable write permissions to your app/tmp folder. --~--~-~--~~~---~--~~ 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

Re: Problem with mod_rewrite

2007-01-08 Thread [EMAIL PROTECTED]
Hi, It won't work because apache is trying to target the called folder structure and that obviously does not exist. As an addition to steps you made, there has to be an existing filename in your url, something like http://localhost/index.php/username/users/index. Than everything will just work

Re: Problem with mod_rewrite

2007-01-08 Thread Lemuel Formacil
On Monday 08 January 2007 10:17, roby wrote: I've put my web application on my univ's lab server and my page didn't load at all (even 1 page). I've been told from the admin that I can't use mod_rewrite in Apache configuration. So, I try follow the instruction in the manual: - Clear out the

Problem with mod_rewrite

2007-01-07 Thread roby
I've put my web application on my univ's lab server and my page didn't load at all (even 1 page). I've been told from the admin that I can't use mod_rewrite in Apache configuration. So, I try follow the instruction in the manual: - Clear out the comment on core.php that looks like define