nlopess Sun Jan 11 07:26:43 2004 EDT
Modified files: /livedocs .htaccess Log: better handle of requests Index: livedocs/.htaccess diff -u livedocs/.htaccess:1.1 livedocs/.htaccess:1.2 --- livedocs/.htaccess:1.1 Thu Jun 12 06:12:22 2003 +++ livedocs/.htaccess Sun Jan 11 07:26:43 2004 @@ -1,2 +1,4 @@ RewriteEngine on RewriteRule /.*\.[^h][^t][^m][^l]$ /$1.html +ErrorDocument 404 /phpdoc/index.php +DirectoryIndex index.php \ No newline at end of file