I’m in the process of learning yii (and PHP) and have a small application that is running OK using wampserver in my machine. I tried to move the app to a shared hosting (godaddy.com) and I’m able to get the home page OK, but any other action shows me a 404 File Not found error.
Any idea what I’m missing.
Thanks,
PD: the ‘requirements’ page passes for everything I need on both servers.
Question is if it’s the urlManager part that doesn’t work or the .htaccess FollowSymLinks/mod_rewrite that’s not supported. In the latter case you should at least be able to use path format url’s without script hiding, that is with “index.php” in the url.