Archive for the ‘SimpleSite’ Category

Security Update to SimpleSite 07/08 August 7th, 2008 by Sheldon Lendrum

I have had a concern brought to me that using .inc files is a security issue, people can access the xxx.inc file directly and read the full file contents.
While I agree, this can be fixed with a rule in your .htaccess file that will send a 403 Forbidden response to all requests .inc [...]

Building a Completely Dynamic site using text files, PHP and no mySQL. August 3rd, 2008 by Sheldon Lendrum

I spent a fair amount of time trying to help people on PHP forums such as webdeveloper.com : Sheldon and one thing I see on a regular basis is over complex systems for basic site structures with people who at this stage don’t have enough knowledge of PHP to build a secure structure.
Now don’t get [...]