Monday, April 30, 2007

Javascript Confirm Form

http://www.shiningstar.net/articles/articles/javascript/confirmsubmit.asp?ID=AWhttp://www2.blogger.com/img/gl.link.gif

Sunday, April 22, 2007

.htaccess tweeks

http://www.vortexmind.net/index.php/2006-02-26-apache-htaccess-tweaking-tutorial/#15

Restart Apache

sudo /usr/sbin/apachectl restart

Apache Case-insensitivity

http://httpd.apache.org/docs/1.3/mod/mod_speling.html

Just add this to the .htaccess file


<IfModule mod_speling.c>

CheckSpelling On

</IfModule>

Apache Config / mod_rewrite

Getting mod_rewrite to work on Mac OS X
http://www.deheus.net/petrik/blog/post/33/