Wednesday 13 January 2010 3:37:12 am
Hey, I'm currently working on an upgrade from 4.0 to 4.2, and have got most of the work done. I decided to install ez 4.2 in a new directory with ezflow before upgrading the existing database to work with the new install. At this point I had the install working fine at example.com/ez_upgrade_test/index.php/ezflow_site/ As I needed to remove the 'ez_upgrade_test/index.php/ezflow_site/' chunk of the url I started playing with the apache rewrites. I tried to use the same configuration as the 4.0 install had, but this has not worked. I can see the frontpage working fine at the root URL, but when I try to view an article I get a 403 Forbidden error. I can however avoid this error by applying some mod_auth directives to the directory, but this is not ideal. I have checked the permissions and owners of the directory and all seems to be ok. I have also changed site.ini.append.php by turning ForceVirtualHost on, and mapping hosts to site accesses etc, as described in the docs. Any clues as to why I can only view articles when Authorized (401)? Currently (when not authorized), if I type example.com/index.php/news_article it gives me this error message: 'The requested module index.php could not be found', and if I type example.com/news_article I get the message: 'You don't have permission to access /ez_upgrade_test/news_article on this server.' Any help and/or pointers would be very much appreciated. Cheers, Shane
|