> Eric,
> 
> Ah I see what you mean changing
> 
> RewriteCond %{REQUEST_FILENAME}.gz -f
> 
> to
> 
> RewriteCond
> /usr/local/apache2/docs/www.journeycheck.southwesttrains.co.uk/%{REQUEST_FILENAME}.gz
> -f


First off:

RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME}.gz -f


But.. what about Options +MultiViews?
http://httpd.apache.org/docs/current/content-negotiation.html

?
 
> works.
> 
> Thank you
> 
> Ben
> 
> On 4 October 2010 15:26, Eric Covener <cove...@gmail.com> wrote:
> > On Mon, Oct 4, 2010 at 10:07 AM, Ben Short <b...@benshort.co.uk>
> wrote:
> >> Hi Eric,
> >>
> >> I have the DocumentRoot in my vhost. Sorry I omitted some of the
> configuration.
> >
> > I meant on the RewriteCond itself.  REQUEST_FILENAME is just the
> URI
> > unless your rules are in <directory> or .htaccess, because the
> request
> > has not been mapped to any filename yet.
> >
> >
> ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
> Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> >   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> > For additional commands, e-mail: users-h...@httpd.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>    "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to