- Published:
- May 5, 2009 – 6:51 am
- Author:
- By Dave
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 [...]
Categories: Code Samples, Configurations, Other Code, Software, System Administration
Tagged: 404, apache, htaccess, password, wordpress
- Published:
- May 29, 2008 – 9:46 am
- Author:
- By Dave
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
Categories: Code Samples, Configurations, Linux, System Administration
Tagged: apache, htaccess, web server
- Published:
- January 30, 2008 – 8:01 am
- Author:
- By Dave
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 [...]
Categories: Code Samples, PHP
Tagged: apache, gallery, gif, htaccess, jpeg, no cache, PHP, USD, watermark, web server