Changeset 1602

Show
Ignore:
Timestamp:
07/23/08 17:07:40 (4 months ago)
Author:
sambauers
Message:

Add a link to the rewrite-rules.php in admin under the permalinks option. Fixes #838 until front controller is built.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bb-admin/options-general.php

    r1575 r1602  
    9696?> 
    9797                                </select> 
     98                                <p><?php printf(__('If you activate "Numeric" or "Name based" permalinks, you will need to create a file at <code>%s</code> containing the url rewriting rules <a href="%s">provided here</a>.'), BB_PATH . '.htaccess', bb_get_uri('bb-admin/rewrite-rules.php', null, BB_URI_CONTEXT_A_HREF + BB_URI_CONTEXT_BB_ADMIN)); ?></p> 
    9899                        </div> 
    99100                </div>