[us...@httpd] Help with ReriteBase

2009-04-22 Thread Anthony Smith
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

RE: [EMAIL PROTECTED] Running two apaches on different ports

2007-04-03 Thread Anthony Smith
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

[EMAIL PROTECTED] Running two apaches on different ports

2007-04-03 Thread 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

RE: [EMAIL PROTECTED] Filters in Apache?

2006-08-23 Thread Anthony Smith
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

RE: [EMAIL PROTECTED] Filters in Apache?

2006-08-22 Thread Anthony Smith
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,

[EMAIL PROTECTED] Filters in Apache?

2006-08-22 Thread Anthony Smith
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.