2012-10-02, 00:13:19
I had installed and set up a site using the latest get-simple on my server. All worked fine. I've tried to move it to the new server where this site will reside for good and now it's showing a "Deny from all" error on the top of every page, including the frontend and the admin.
I suspect it's either a permission or php issue, but the error shows in the source before the html profile, like this...
Any ideas what this could be?
I suspect it's either a permission or php issue, but the error shows in the source before the html profile, like this...
Code:
Deny from all
<!DOCTYPE html PUBLIC "-//W3C//DTD XH.......>
<html xmlns=".....l">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Any ideas what this could be?