I am developing a very large website which is about one franchise that as many categories. I was wondering if it would be okay if I was to use "directories" to add my web-pages in? For example (in the FTP client) www.website.com (Folder) --> Web-Pages Instead of the above have; www.website.com --> Directory 1 --> Directory 2 --> Directory 3 (etc) So some web-pages will go in the www.website.com folder, some might go in Directory 1, some might go in Directory 2, etc... Also I know when web-pages go into directories any included files won't work. So intead of having this for the CSS (for example): <link rel="stylesheet" type="text/css" href="/style.css" /> I will have this: <link rel="stylesheet" type="text/css" href="http://www.website.com/style.css" /> (I will add "http://www.website.com/" to all images, includes, etc..") So will this cause problems? Anything negative SEO wise or in general about doing this? Let me know please. Thanks, BlueEew.