Plugin Directory

Changeset 182140


Ignore:
Timestamp:
12/12/2009 06:44:33 PM (16 years ago)
Author:
mgsimon
Message:

Tested up to: 2.8.6

Location:
mg404rewrite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mg404rewrite/trunk/mg404Rewrite.php

    r104171 r182140  
    22/*
    33Plugin Name: mg404Rewrite
    4 Plugin URI: http://blog.mgsimon.de/mg404rewrite/
     4Plugin URI: http://mgsimon.de/mg404rewrite/
    55Description: 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.8
     6Version: 0.9
    77Author: Michael Gustav Simon
    8 Author URI: http://blog.mgsimon.de
     8Author URI: http://mgsimon.de
    99*/
    1010
     
    2929    6. .../mg404Rewrite/index.php: Overwrite requested URL with original Post-URL and include WordPress index.php.
    30300.8 Add Tested up to: 2.7.1 in readme.txt
     310.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
    3134*/
    3235
     
    129132
    130133add_action('template_redirect', 'mg404_ob_start');
     134
    131135function mg404_RewriteRule ($ruleSet) {
    132136    $parsed = parse_url(get_option('home'));
  • mg404rewrite/trunk/readme.txt

    r104171 r182140  
    11=== mg404Rewrite ===
    22Contributors: mgsimon
    3 Donate link: http://blog.mgsimon.de/mg404rewrite/
     3Donate link: http://mgsimon.de/mg404rewrite/
    44Tags: permalink, 404, rewrite
    55Requires at least: 2.7
    6 Tested up to: 2.7.1
    7 Stable tag: 0.8
     6Tested up to: 2.8.6
     7Stable tag: 0.9
    88
    99This module is a workaround to use pretty permalinks without any rewrite rule.
     
    1111== Description ==
    1212
    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).
     13Pretty 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.
     14If you have any posts to permalinks, you can try to activate PostProxy to resolve this issue (configurations / misc).
    1615
    1716== Installation ==
Note: See TracChangeset for help on using the changeset viewer.