Re: Re: [fw-general] Framework setup for local dev. and shared hosting.

2008-10-23 Thread Chris Martin
I was looking at the Quickstart again just now - my aforementioned .htaccess is inflexible with all of those specific extensions. This is better: RewriteEngine on RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^public

Re: Re: [fw-general] Framework setup for local dev. and shared hosting.

2008-10-23 Thread Chris Martin
Rob Allen-3 wrote: > > > Out of interest, do you have a .htaccess file in your project root > folder to redirect all traffic to the ./public? > > My index.php/.htaccess setup is modified a bit... I have an .htaccess file in my project root folder that rewrites all requests to a index.php w

Re: [fw-general] Framework setup for local dev. and shared hosting.

2008-10-23 Thread Giovanni A. D.
On Thu, Oct 23, 2008 at 7:51 AM, Rob Allen <[EMAIL PROTECTED]> wrote: > You can see an example of this working in the tutorial at > http://akrabat.com/zend-framework-tutorial as I wrote it with the assumption > that you wouldn't want to go to the hassle of setting up a new vhost just to > test out

Re: [fw-general] Framework setup for local dev. and shared hosting.

2008-10-22 Thread Rob Allen
On 22 Oct 2008, at 12:03, Giovanni A. D. wrote: Hello, I'm a zend framework noob and I'd like to understand a couple of things that are not clear to me yet. I've read the quickstart documentation document on how to setup the framework and I've also learned how to do it using zend tool but the d

Re: [fw-general] Framework setup for local dev. and shared hosting.

2008-10-22 Thread Giovanni A. D.
Hi Steven, thanks a lot for you answer! Is not exactly what I meant cause I didn't explained it very well, but I'll (hopefully) explain it better replying to your email.. On Wed, Oct 22, 2008 at 8:26 PM, Steven Szymczak <[EMAIL PROTECTED]> wrote: > Both the localhost and shared host have the same

Re: [fw-general] Framework setup for local dev. and shared hosting.

2008-10-22 Thread Steven Szymczak
I might be able to help with the first issue. I develop my ZF site on my laptop (localhost), and the live site is on shared hosting. Here's how I have it set up: Both the localhost and shared host have the same directory structure, which is mostly the same as recommended in the docs: appli

[fw-general] Framework setup for local dev. and shared hosting.

2008-10-22 Thread Giovanni A. D.
Hello, I'm a zend framework noob and I'd like to understand a couple of things that are not clear to me yet. I've read the quickstart documentation document on how to setup the framework and I've also learned how to do it using zend tool but the documentation always uses absolute paths so I'd like