Click the image below for a larger view.
Tag: Web Design & Dev.
htaccess Cheatsheet
Enable Directory Browsing
Options +Indexes
## block a few types of files from showing
IndexIgnore *.wmv *.mp4 *.avi
Disable Directory Browsing
Options All -Indexes
Customize Error Messages
ErrorDocument 403 /forbidden.html
ErrorDocument 404 /notfound.html
ErrorDocument 500 /servererror.html
Continue reading
CMS Watch: Subway Map Q3
There is also a printable PDF version – cms-watch-subway-q3.
Web Developer’s Bookmarks
Check out this great set of web developer’s bookmarks.