Tag Archives: htaccess

Password Protected Folder Gives 404 Not Found in Wordpress Installation Sub-folder. 15

Came across this little maddening issue again today after fixing it a few months back. I created a directory that is password protected using a .htaccess file. However, when trying to access this folder or anything under this directory, a File Not Found 404 error from Wordpress is displayed before it even prompts you for [...]

Comprehensive .htaccess guide 0

The AskApache blog has a great comprehensive guide to .htaccess. A must read for anyone who does a lot of work with Apache.
http://www.askapache.com/htaccess/apache-htaccess.html

Use PHP, GD and .htaccess to Watermark All Images in a Directory 10

The goal here is to watermark all images in a certain directory, except for thumbnails or other selection. You can either do this on each file prior to placing on your webserver – which is probably wise for CPU load issues – but let’s just say you want to do this for all files [...]