Upgrade to 2.0.3 problem

I have upgraded to 2.0.3 from 2.0.2 and I am having directory issues when viewing an item from the admin page and then choosing view public page. File cannot be found for the public page

Was there a file structure change with 2.0.3? I seems my bookmarked URLs paths no longer work as well.

thanks

The file structure is basically unchanged from 2.0.2 to 2.0.3.

What's the exact errors you're getting and the URLs you're seeing them on?

I used to get to my login screen via http://www.jewishmusiccollections.org/asjm/admin/users/login
now that returens a 440 Error File not found

I now get to the login with http://jewishmusiccollections.org/asjm/admin/index.php/users/login

Why the change in the path with the upgrade?

This broken path also seems to be part of the problem with viewing a public page. When I click on view public page from my admin I get the same 404 Error. Once I insert the index,php into the path after asjm/ the public page appears.

Not sure how to proceed other than to revert to 2.0.2

It sounds like you might have lost your .htaccess file when you uploaded the Omeka 2.0.3 files. Make sure that file is there: it should be in the top-level Omeka folder.

Also, if you'd made any edits to your old .htaccess, like setting the RewriteBase, you'd need to make sure to keep them around.

Thank you. That was it. Somehow the .htaccess file was lost during the upgrade and I copied the file from 2.0.2 over to 2.0.3 and everything works now.