Re: CakePHP 1.3 setup on Ubuntu

2010-08-25 Thread cricket
On Wed, Aug 25, 2010 at 11:17 AM, Jon Bennett wrote: >> yea, thanks everyone, it was a missing .htaccess file. I always >> download packages to /usr/src to unpack, and when I copied cake from / >> usr/src to /var/www/cakephp, it didn't move the .htaccess files. I'm >> seasoned enough to know cp do

Re: CakePHP 1.3 setup on Ubuntu

2010-08-25 Thread Jon Bennett
> yea, thanks everyone, it was a missing .htaccess file. I always > download packages to /usr/src to unpack, and when I copied cake from / > usr/src to /var/www/cakephp, it didn't move the .htaccess files. I'm > seasoned enough to know cp doesn't catch hidden files unless you > specify them, it jus

Re: CakePHP 1.3 setup on Ubuntu

2010-08-25 Thread david
yea, thanks everyone, it was a missing .htaccess file. I always download packages to /usr/src to unpack, and when I copied cake from / usr/src to /var/www/cakephp, it didn't move the .htaccess files. I'm seasoned enough to know cp doesn't catch hidden files unless you specify them, it just didn't j

Re: CakePHP 1.3 setup on Ubuntu

2010-08-25 Thread Zaky Katalan-Ezra
I do most of what you do and its working fine. First check that php_mysql installed and apach2 is working and mod_rewrite is loaded. 1. Extract cake anywhere, usually not /var/www, in you home . /home/zaky/projects/cakesample/ 2. Change /etc/apache2/sites-available/default to "AllowOverride All

Re: CakePHP 1.3 setup on Ubuntu

2010-08-25 Thread The Brian Martin
What does your .htaccess look like? On Aug 24, 12:22 pm, david wrote: > First, let me say I have CakePHP up and running perfectly on windows > with a wampserver instance running, so I'm familiar with the process. > I know how to get mod_rewrite setup, and set the permissions > appropriately, e

Re: CakePHP 1.3 setup on Ubuntu

2010-08-24 Thread Marek Sebera
And once more, some tuts say that, in .htaccess, must be var RewriteBase, to get it work. That's when your .htaccess files are present. On 24 srp, 18:22, david wrote: > First, let me say I have CakePHP up and running perfectly on windows > with a wampserver instance running, so I'm familiar wit

Re: CakePHP 1.3 setup on Ubuntu

2010-08-24 Thread Marek Sebera
Are files .htaccess placed in root,app and app/webroot ? On 24 srp, 18:22, david wrote: > First, let me say I have CakePHP up and running perfectly on windows > with a wampserver instance running, so I'm familiar with the process. > I know how to get mod_rewrite setup, and set the permissions >

CakePHP 1.3 setup on Ubuntu

2010-08-24 Thread david
First, let me say I have CakePHP up and running perfectly on windows with a wampserver instance running, so I'm familiar with the process. I know how to get mod_rewrite setup, and set the permissions appropriately, etc. So, I just installed Ubuntu server 10.04 / Apache 2 / MySQL / PHP, and I'm now