-
CSS Cheat Sheet
Design your own website? Want to know a bit more about CSS? Well, here’s a little cheat sheet to help you along the way. Click to enlarge:
-
htaccess Cheat Sheet
Here is a simple cheatsheet for the .htaccess file: 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 Get SSI working with HTML/SHTML AddType text/html .html AddType text/html […]