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
> -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] Problems with .htaccess file
>
> Hi, sorry for this late but I was busy with some oth
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
TED]
Sent: Thursday, November 13, 2008 2:10 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Problems with .htaccess file
Actually, a leading / in a condition will work just fine in the htaccess
/ directory / location context. You need to remove it from a
RewriteRule, if present.
Fran
Reynier Perez Mira wrote:
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
ECTED]
Sent: Thursday, November 13, 2008 1:59 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file
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 c
> -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 apac
s|ico|gif|jpg|png|css)$ index.php
-Original Message-
From: Reynier Perez Mira [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2008 1:59 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file
> You will have to add the RewriteLogLevel and Re
> 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
Reynier Perez Mira wrote:
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 a
> 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
Reynier Perez Mira wrote:
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
Rewri
> 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
Reynier Perez Mira wrote:
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
14 matches
Mail list logo