01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
1. Enter database connection and web server specific info.
2. Create new form - enter form-specific info.
3. Create new field(s) - enter field specific Auto-Enter and
Validation info.
4. Generate Perl CGI, HTML, SQL and documentation files.
# 2003-01-02T08:44:23.html → ./20030102t084423.html
RedirectMatch permanent ^(.*)/([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])T([0-9][0-9]):([0-9][0-9]):([0-9][0-9])\.html$ $1/$2$3$4t$5$6$7.html
RewriteEngine on
RewriteBase /~masao/photo/
RewriteRule ^([0-9]{8}t[0-9]{6})\.html$ ./?photo=$1