Published by Niels on 24 Jul 2007 at 11:46 am
One step closer
One item of the list. If you look to the sidebar then you might notice that there is a link to a download section again. It was a bit of a puzzle to create this one as I like my download pages to appear as simple as possible, i.e. just as file pages in my browser. But when I created the subdirectory I got a 403 Forbidden message.
After some searching I found that it could be solved in the following way:
- Create the subdirectory in your website’s root.
- Create a page of the same name in WordPress.
- Add
Options +indexesto the top of the.htaccessfile in the root directory of your website. Make sure that the subdirectories do not contain any.htaccessfiles. - Make sure that the downloads directory and its subdirectories file permissions are set to
755and that the permissions of the files that are stored in there are set to644.
So now just the tedious task of validating links in my posts is left before this site is fully functional again.