showScriptName=>false not working?

Hi all:

I just returned to Yii-related work after a few months, so I installed the latest version 1.1.7. Now I find that my old .htaccess and UrlManager rules that used to work under 1.1.2 don’t work (I get an error 404) when I set showScriptName to false. Did I miss something? Thanks for any help.

Any update on this guys? Many thanks …

read this urlManager

Ok, I guess I’ve been a victim of the AllowOverride option of apache … for those having the same issue, make sure to configure your apache correctly:


<Directory "/var/www/html/ship-cms">

  AllowOverride all

  Options Indexes FollowSymLinks MultiViews

  Order Allow,Deny

  Allow from all

</Directory>

[twitter]dantejarabelo[/twitter]

This code copied exactly gave me a 500 server error.