try this, make chang in .htaccess file
RewriteEngine on
RewriteBase /~altaf/myzend
RewriteRule .* index.php
#php_flag magic_quotes_gpc off
#php_flag register_globas off

and in index.php make change

Zend_Loader::loadClass('Zend_Controller_Request_Http');$request=new
Zend_Controller_Request_Http();
$baseUrl = $request->getBaseUrl();
$frontController->setBaseUrl( $baseUrl );

hope it will work ol d best
-- 
View this message in context: 
http://www.nabble.com/rewrite-and-Bad-Request-400-without-trailing-slash-tf4207255s16154.html#a11978920
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to