Pretty WordPress Permalinks on IIS

0 个评论
UPDATE 16.09.2009: I don’t update this script anymore, it might not work on newer versions of WordPress. An updated, more robust solution can be found at http://www.ikailo.com/94/url-modrewrite-workaround-iis-60/, go there if the solution below causes problems for your site. I’ve been sear...
2011-10-04 / wordpress / 4,246 views浏览
阅读全文

WordPress升级需要FTP信息的解决办法

0 个评论
在升级主题,安装主题,升级插件,安装插件时都有可能遇到需要填写FTP信息,更可气的是往往填写了还是不能安装或者升级。 打开wp-config.php,在最后面添加如下几行代码: /** Override default file permissions */ if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); } 这个方法对WP带来的安全性还有待考虑,不过暂...
2011-02-06 / wordpress / 3,892 views浏览
阅读全文