Linux 软件免费装

ISAPI Rewriter

开发者 theandystratton
更新时间 2019年11月8日 09:45
捐献地址: 去捐款
PHP版本: 2.6 及以上
WordPress版本: 5.3

标签

permalinks windows iis

下载

详情介绍:

This plugin ensures the REQUEST_URI header is set during the initialization of WordPress, allowing permalinks to work on Windows IIS hosting. The nice thing about the plugin is it can remain activated when upgrading WordPress, as opposed to modifying the core WordPress files as many have in the past. The plugin has been tested on Windows Server 2003 with ISAPI Rewrite 3. Please comment with feedback if you're experiencing other issues or if it has helped you! Find more information, comments, and support here: http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite

安装:

  1. Download and unzip to the 'wp-content/plugins/' directory
  2. Activate the plugin.

常见问题:

Do I need to do anything special before/after activation?

Just make sure the .htaccess file is setup. The default WordPress created .htaccess file should work as expected with this plugin enabled. Example .htaccess file: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* /index.php [L]