diff options
| author | Jams H Thompson <jht001@users.sourceforge.net> | 2008-06-15 22:18:44 +0000 |
|---|---|---|
| committer | Jams H Thompson <jht001@users.sourceforge.net> | 2008-06-15 22:18:44 +0000 |
| commit | 6dc0fdb717c6e59521f99ca9165b58c3bcdbb45e (patch) | |
| tree | 3177c9cefbd88c34dfd8b50ef9317f6072db1c4f /.htaccess | |
| parent | e57770ed1b46513d619aa01cfa0b3c946c05ee43 (diff) | |
| download | boards-6dc0fdb717c6e59521f99ca9165b58c3bcdbb45e.tar.gz boards-6dc0fdb717c6e59521f99ca9165b58c3bcdbb45e.tar.bz2 boards-6dc0fdb717c6e59521f99ca9165b58c3bcdbb45e.zip | |
Make boards 'Warned Posts' feature work
Diffstat (limited to '.htaccess')
| -rw-r--r-- | .htaccess | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -6,10 +6,11 @@ RewriteCond %{SCRIPT_FILENAME}/index.php -f RewriteRule ^(.*)$ - [L] - RewriteRule ^board/(\d+).*$ index.php?b=$1 [L,QSA] - RewriteRule ^topic/(\d+).*$ index.php?t=$1 [L,QSA] - RewriteRule ^view/board/(\d+).*$ index.php?b=$1 [L,QSA] - RewriteRule ^view/topic/(\d+).*$ index.php?t=$1 [L,QSA] + # Make sure URLs like this work: ...topic/123&warning[1345]=show + RewriteRule ^board/(\d+.*)$ index.php?b=$1 [L,QSA] + RewriteRule ^topic/(\d+.*)$ index.php?t=$1 [L,QSA] + RewriteRule ^view/board/(\d+.*)$ index.php?b=$1 [L,QSA] + RewriteRule ^view/topic/(\d+.*)$ index.php?t=$1 [L,QSA] |
