Changeset 1545276
- Timestamp:
- 12/04/2016 06:29:05 AM (9 years ago)
- Location:
- flexistatic
- Files:
-
- 3 edited
-
tags/1.0.3/readme.txt (modified) (2 diffs)
-
trunk/flexistatic.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flexistatic/tags/1.0.3/readme.txt
r1545233 r1545276 4 4 Requires at least: 4.4 5 5 Tested up to: 4.6.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 License: MIT 8 8 License URI: http://opensource.org/licenses/mit … … 58 58 time. 59 59 60 = Q: My browser start a "download" if request a static file 60 = Q: My browser start a "download" if request a static file = 61 61 A: If your permalinks are defined as directories, the webserver can not 62 62 know the MIME type of the static file. It is up to you that your 63 63 webserver will send the correct headers. 64 64 65 = Q: I get security warnings of my browser if I reqest a static file65 = Q: I get security warnings of the browser if I request a static file = 66 66 A: If your server support http and https please make sure to create the 67 67 static files while WP has configured the WP address and website address -
flexistatic/trunk/flexistatic.php
r1545233 r1545276 122 122 // all list posts/pages 123 123 echo "<h2>".__('Make single posts static.','flexistatic')."</h2>"; 124 // alle Seiten-Urls holen124 // retrieve all URLs 125 125 $posts = new WP_Query('post_type=any&posts_per_page=-1'); 126 126 $posts = $posts->posts; -
flexistatic/trunk/readme.txt
r1545233 r1545276 4 4 Requires at least: 4.4 5 5 Tested up to: 4.6.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 License: MIT 8 8 License URI: http://opensource.org/licenses/mit … … 58 58 time. 59 59 60 = Q: My browser start a "download" if request a static file 60 = Q: My browser start a "download" if request a static file = 61 61 A: If your permalinks are defined as directories, the webserver can not 62 62 know the MIME type of the static file. It is up to you that your 63 63 webserver will send the correct headers. 64 64 65 = Q: I get security warnings of my browser if I reqest a static file65 = Q: I get security warnings of the browser if I request a static file = 66 66 A: If your server support http and https please make sure to create the 67 67 static files while WP has configured the WP address and website address
Note: See TracChangeset
for help on using the changeset viewer.