开发者 | theandystratton |
---|---|
更新时间 | 2019年11月8日 09:45 |
捐献地址: | 去捐款 |
PHP版本: | 2.6 及以上 |
WordPress版本: | 5.3 |
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]