> -----Original Message-----
> From: Hollie Hollis [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 13, 2008 3:02 PM
> To: [email protected]
> Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file
> Because this is in a .htaccess file rather than in the main apache
> configuration file you need to remove the leading slash from your rule since
> it's looks at the rule from within the directory in which the .htaccess file
> is located.
>
> RewriteCond %{REQUEST_URI} !^index\.php$ RewriteRule
> !\.(js|ico|gif|jpg|png|css)$ index.php
Nothing. This is how my .htaccess file looks like:
php_flag magic_quotes_gpc off
php_flag register_globals off
RewriteEngine On
RewriteBase /webacula
RewriteCond %{REQUEST_URI} !^index\.php$
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
I restart my web server after made the changes you suggest me and the error
still appearing.
Ing. Reynier Pérez Mira
Dirección Técnica IP
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]