gt; Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file
>
> > -Original Message-
> > From: Reynier Perez Mira [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, November 15, 2008 9:30 AM
> > To: users@httpd.apache.org
> > Subject: RE: [EMAIL PROTECTED] Pr
Hi, sorry for this late but I was busy with some other things. Now answer every
one of yours questions:
> What do you have DocumentRoot set to for this VirtualHost?
/var/www/webacula/html
> In what
> directory is the .htaccess file located?
/var/www/webacula/html/.htaccess
> In what directory i
> -Original Message-
> From: Hollie Hollis [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 13, 2008 3:02 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file
> Because this is in a .htaccess file rather than in the main apache
> configuration fi
> You will have to add the RewriteLogLevel and RewriteLog directives (they
> do not appear in a default apache config). They can be set within the
> global apache config or the VirtualHost directive. The purpose of the
> logs is not to eliminate the error, but to try to see how the URLs are
> being
> Try increasing your RewriteLogLevel (something like RewriteLogLevel 3)
> in your apache config (you may have to set RewriteLog also). Then look
> through the log to see exactly how it is rewriting the request.
Where I change these values? I look in apache2.conf file and nothing like
"RewriteLog
> You can add an
> exception before it to avoid this
>
> RewriteCond %{REQUEST_URI} !^/index\.php$
> RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
>
Well, now my .htaccess file is this:
php_flag magic_quotes_gpc off
php_flag register_globals off
RewriteEngine On
RewriteBase /webacula
Rew
Hi every:
I'm newbie using Rewrite rules with Apache and for that is my problem. I want
to install Webacula application in one of my servers. This app have this
.htaccess file:
php_flag magic_quotes_gpc off
php_flag register_globals off
RewriteEngine On
RewriteBase /webacula
RewriteRule !\.(js