开发者 | fatkitty |
---|---|
更新时间 | 2012年12月8日 04:16 |
捐献地址: | 去捐款 |
PHP版本: | 3.3 及以上 |
WordPress版本: | 3.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
directoryThe 302 redirect is used if you want to redirect the desired page directly to the template files. If you don't 302 redirect, the plugin will read the template to a buffer and output it directly to the user.
Rewrites require PHP Dom which is part of libxml. Most servers will have this but some may now.
The rewrites will replace any source links in Javascript and Image tags with the correct path to the template. It will do the same for CSS and Hyperlink hrefs. If you do not use rewrites or 302 redirect then your landing page will not show correctly.
This will only rewrite css, javascript, images and links that are relative links, i.e. do not being with 'http(s)://'.
You can if you use php in your template and load wp-load.