Re: [EMAIL PROTECTED] Redirecting Problem (Wear)

2008-07-15 Thread Krist van Besien
On Mon, Jul 14, 2008 at 22:55, Alberto García Gómez <[EMAIL PROTECTED]> wrote: > Here's the problem > WHY? or WHAT I HAVE TO DO? 1) tell us what value "AllowOverride" has for the directory you drop your .htaccess in. It is quite possible that .htaccess files are completely ignored. 2) read about

[EMAIL PROTECTED] Redirecting Problem (Wear)

2008-07-14 Thread Alberto García Gómez
Here's the problem I had this config in the httpd.conf RewriteEngine On RewriteLogLevel 9 RewriteLog logs/website/www.website.com-rewrite_log RewriteRule ^/(.*\.html)$ /index.php?$1 [L] RewriteRule ^/(.*\.htm)$ /index.php?$1 [L] But if I move this configuration from httpd.conf to .htaccess does