Changeset 182140
- Timestamp:
- 12/12/2009 06:44:33 PM (16 years ago)
- Location:
- mg404rewrite/trunk
- Files:
-
- 2 edited
-
mg404Rewrite.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mg404rewrite/trunk/mg404Rewrite.php
r104171 r182140 2 2 /* 3 3 Plugin Name: mg404Rewrite 4 Plugin URI: http:// blog.mgsimon.de/mg404rewrite/4 Plugin URI: http://mgsimon.de/mg404rewrite/ 5 5 Description: Workaround to use permalinks without mod_rewrite. If you have any posts to permalinks, you can try to activate PostProxy to resolve this issue (configurations / misc). 6 Version: 0. 86 Version: 0.9 7 7 Author: Michael Gustav Simon 8 Author URI: http:// blog.mgsimon.de8 Author URI: http://mgsimon.de 9 9 */ 10 10 … … 29 29 6. .../mg404Rewrite/index.php: Overwrite requested URL with original Post-URL and include WordPress index.php. 30 30 0.8 Add Tested up to: 2.7.1 in readme.txt 31 0.9 Change Tested up to: 2.8.6, Stable tag: 0.9 and any URL from blog.mgsimon.de to mgsimon.de in readme.txt 32 Change any URL from blog.mgsimon.de to mgsimon.de 33 31 34 */ 32 35 … … 129 132 130 133 add_action('template_redirect', 'mg404_ob_start'); 134 131 135 function mg404_RewriteRule ($ruleSet) { 132 136 $parsed = parse_url(get_option('home')); -
mg404rewrite/trunk/readme.txt
r104171 r182140 1 1 === mg404Rewrite === 2 2 Contributors: mgsimon 3 Donate link: http:// blog.mgsimon.de/mg404rewrite/3 Donate link: http://mgsimon.de/mg404rewrite/ 4 4 Tags: permalink, 404, rewrite 5 5 Requires at least: 2.7 6 Tested up to: 2. 7.17 Stable tag: 0. 86 Tested up to: 2.8.6 7 Stable tag: 0.9 8 8 9 9 This module is a workaround to use pretty permalinks without any rewrite rule. … … 11 11 == Description == 12 12 13 Pretty Permalinks requires outofthebox the module mod_rewrite. This module is a workaround to use pretty permalinks without any rewrite rule. The errorhandling - customized errorpage - will be used to resolve pretty permalinks. mg404Rewrite-Modul sends HTTP-Header-Code depending on the request. 14 15 Version 0.7: If you have any posts to permalinks, you can try to activate PostProxy to resolve this issue (configurations / misc). 13 Pretty Permalinks requires outofthebox the module mod_rewrite. This module is a workaround to use pretty permalinks without any rewrite rule. The errorhandling - customized errorpage - will be used to resolve pretty permalinks. mg404Rewrite-Modul sends HTTP-Header-Code depending on the request. 14 If you have any posts to permalinks, you can try to activate PostProxy to resolve this issue (configurations / misc). 16 15 17 16 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.