start rewrite
[pspp] / results2html
index 4e3224fca3ba9589f147706469845ed5692612e0..448d1e5e415eeb08d0c933fa15cc0311b5fa03f6 100755 (executable)
@@ -227,6 +227,11 @@ print LOG_HTML <<EOF;
 </html>
 EOF
 
+open (HTACCESS, '>', '.htaccess');
+print HTACCESS <<EOF;
+DirectorySlash off
+EOF
+
 open (CSS, '>', "build.css");
 print CSS <<EOF;
 body {