I am using the same .htaccess file with rewrite rules on different servers
and getting different results.  Both servers are using php 5.2.x.

On one, I get a Bad Request error 400 when not using a trailing foward
slash.  Add the slash and things work.  On the other server it works
correctly with or without the trailing slash.

Here is the .htaccess contents.

RewriteEngine on
RewriteRule .* index.php
php_flag magic_quotes_gpc off
php_flag register_globals off

Any ideas?

Thanks in advance for your help,

Eric
-- 
View this message in context: 
http://www.nabble.com/rewrite-and-Bad-Request-400-without-trailing-slash-tf4207255s16154.html#a11968256
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to