nt
.htaccess below.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteBase /zend/
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
Anthony Smith
Senior Strategic Sales Analyst
Sales Incentive
That solved my problem. Thanks!
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Slive
Sent: Tuesday, April 03, 2007 10:24 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Running two apaches on different ports
On 4/3/07, Anthony Smith
I thought this would be easy, but I must be doing something wrong.
My first install went like this:
./configure --prefix=/usr/local/apache-2.0.59/ --enable-so --enable-dav
It works fine. And it runs on port 80.
For the the next install I tried:
./configure --prefix=/usr/local/apac
D] On Behalf Of
Dmitri Colebatch
Sent: Tuesday, August 22, 2006 5:26 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Filters in Apache?
On 8/23/06, Anthony Smith <[EMAIL PROTECTED]> wrote:
> I basically want a way to provide some control/security over all the
> sites witho
On 8/22/06, Anthony Smith <[EMAIL PROTECTED]> wrote:
> I know that if I was doing this in java I would need a filter, but if
my
> sites under apache just includes pictures and html docs, with some
cgi, I am
> unsure if a filter is really what I need.
> I was trying to figure out a way,
I know that if I was doing this in java I would need a
filter, but if my sites under apache just includes pictures and html docs, with
some cgi, I am unsure if a filter is really what I need.
I was trying to figure out a way, where based on the URL
path could do certain things.