Changeset 308

Show
Ignore:
Timestamp:
05/20/08 23:54:13 (7 months ago)
Author:
timh
Message:

minor fix to readme file to correct line break issue

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • forum/trunk/README.txt

    r201 r308  
    1313Add the following lines to the end of your .htaccess file (just above the </ifmodule>): 
    1414 
    15 #FORUM PLUGIN REWRITE ELEMENTSRewriteRule ^([A-Za-z0-9]+)\/forum\/?$ mod/forum/forum.php?weblog=$1RewriteRule ^([A-Za-z0-9]+)\/forum\/skip=([0-9]+)$ mod/forum/forum.php?weblog=$1&weblog_offset=$2RewriteRule ^[A-Za-z0-9]+\/forum\/([0-9]+)(\.html)?$ mod/forum/forum_view_thread.php?post=$1 
     15#FORUM PLUGIN REWRITE ELEMENTS 
     16RewriteRule ^([A-Za-z0-9]+)\/forum\/?$ mod/forum/forum.php?weblog=$1 
     17RewriteRule ^([A-Za-z0-9]+)\/forum\/skip=([0-9]+)$ mod/forum/forum.php?weblog=$1&weblog_offset=$2 
     18RewriteRule ^[A-Za-z0-9]+\/forum\/([0-9]+)(\.html)?$ mod/forum/forum_view_thread.php?post=$1 
    1619 
    1720