Apache Server configuration support - No page with rewritelog???

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > May 2006 > No page with rewritelog???





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author No page with rewritelog???
Paul Lautman

2006-05-18, 7:22 am

I am running the Apache that comes with MSAS under Windoze XP.

Whenever I try to switch on the ReWriteLog it tells me that pages cannot be
displayed.

Any ideas what I'm doing wrong?

Here is my .htaccess file:

Options +FollowSymLinks
RewriteEngine on
RewriteLog "/usr/local/Apache2/logs/rewrite.log"
RewriteLogLevel 3
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php


Robert Ionescu

2006-05-18, 7:16 pm

Paul Lautman wrote:
> Here is my .htaccess file:


Both RewriteLog and RewriteLoglevel are directives which can go into
per-server context only, not in per-dir context. And .htaccess files are
on the per-dir level.

--
Robert
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com