Jump to content

PHP Security: website directory structure


RLJ

Recommended Posts

Hi all,

 

So I've nearly finished coding my first website. Currently all the files are in the same directory on my harddrive, but I now want to create a proper folder structure that will be secure. I have been reading up on this a lot on various websites, but it seems like most articles on this topic are targetted at developers with much more complicated websites than mine, and it's all a bit over my head.

 

My website is quite simple, it consists of the following:

 

1) html files and php files that print something to the screen that I want to be accessible to the user by typing in the url in the browser.

 

2) html and php files that are called upon by 1, they either print something to the screen inside an iframe or not at all - I want these files to be accessible only to 1) and not directly to the user by typing the url

 

3) image files and includes, etc.

 

(and also 4) a MySQL database, but maybe this doesn't really have anything to do with the website folder structure.)

 

What should my directory structure be and where should I put 1), 2), 3), etc.?

Thanks a lot!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.