7 Dec
2011
7 Dec
'11
8:30 p.m.
Am Mittwoch, 7. Dezember 2011, 10:50:35 schrieb Roger:
Can someone please advise what has gone wrong and how I should fix the problem, I appreciate any help
Maybe you had some custom settings in your .htaccess file? When you do a core update, the .htaccess might be overwritten. What system are you working on? If on Debian/Ubuntu check your webserver logs. If you use Apache2, you can do this: 1. Open a terminal 2. Become root (via su or sudo) 3. Enter the following command: # tail -f /var/log/apache2/*_error.log Then hit the browser's reload button. You should see a new error message. -- Regards, Florian