MAC 上的 Live Writer : ecto
ecto 在这里: http://illuminex.com/ecto/
它是一款 MAC 上的 live writer,对我来说,没有 writer 之类的工具,我就宁可不写博客。
测试插入图片
测试插入代码
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/xampp/');
exit;
?>
Something is wrong with the XAMPP installation :-(