RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-15 Thread Reynier Perez Mira
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

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-15 Thread Justin Pasher
> -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

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-15 Thread Reynier Perez Mira
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

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Hollie Hollis
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

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
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

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Frank Gingras
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

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Reynier Perez Mira
> -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

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Hollie Hollis
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

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Reynier Perez Mira
> 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

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
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

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Reynier Perez Mira
> 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

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
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

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Reynier Perez Mira
> 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

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
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