2007-01-04から1日間の記事一覧

htaccessの設置。

.htaccessの設定解説 http://htaccess.pasoa.com/ フルパスを得るCGI #!/usr/bin/perl # フルパス eval{ $path1 = `pwd`; }; if ($@ || !$path1) { $path1 = 'error'; }print "Content-type: text/html\n\n"; print <html lang="ja"> <head> </head></html>