Godaddy urlmanager problem

This is my .thaccess content




Options +FollowSymLinks

IndexIgnore */*

RewriteEngine on


RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d




RewriteRule ^.*$ /index.php [L]



And my url are managed like this




	'urlManager'=>array(

			'urlFormat'=>'path',

			'rules'=>array(

			'acceuil' => array('site/index', 'urlSuffix'=>'.html', 'caseSensitive'=>false),

			'annonce_<id:[\w-]+>'=>array('annonce/view', 'urlSuffix'=>'.html')

			),

		),



After adding this urlManager anything work on my website and I can see blank page with this error messae like: "No input file specified. "

Why?

Please help me solve this problem.

thx

working…!

.thaccess was not at the right place ;)

I’m having a similar problem. Where is the right place to put .htaccess? Thanks.

Never mind, I found the problem (it was a bad character in the rewrite rule). Thanks!

Where should be placed?

in the local Wamp its work perfect.

anybody?

You should place you .htaccess in your htdocs folder. Just at the same place as your index.php file.