1月 11
phpを使っていると、ステータスコードを描くのを忘れてしまうので、メモしておく。
print "Status: 302 Moved\n";
print "Location: http://127.0.0.1/\n\n";
または、
use CGI;
print CGI::redirect( "http://127.0.0.1/" );
phpを使っていると、ステータスコードを描くのを忘れてしまうので、メモしておく。
print "Status: 302 Moved\n";
print "Location: http://127.0.0.1/\n\n";
または、
use CGI;
print CGI::redirect( "http://127.0.0.1/" );
This template is built with validated CSS and XHTML, by N.Design Studio. Icons used here are from Web 2 Mini pack. To download more WordPress Themes, please visit www.ndesign-studio.com.
Open "about_text.txt" file in the theme folder to edit this text.
Recent Comments