| Line | |
|---|
| 1 | RewriteEngine on |
|---|
| 2 | |
|---|
| 3 | RewriteRule ^rewrite/tc_(.*).html$ index.php?id=$1 [L] |
|---|
| 4 | RewriteRule ^rewrite/(.*.html?)$ rewrite.php?wrap=$1 [L] |
|---|
| 5 | RewriteRule ^rewrite/index.php(.*)$ index.php$1 [L] |
|---|
| 6 | RewriteRule ^rewrite/comment_new.php(.*)$ comment_new.php$1 [L] |
|---|
| 7 | RewriteRule ^rewrite/comment_post.php(.*)$ comment_post.php$1 [L] |
|---|
| 8 | RewriteRule ^rewrite/comment_reply.php(.*)$ comment_reply.php$1 [L] |
|---|
| 9 | RewriteRule ^rewrite/comment_edit.php(.*)$ comment_edit.php$1 [L] |
|---|
| 10 | RewriteRule ^rewrite/comment_delete.php(.*)$ comment_delete.php$1 [L] |
|---|
| 11 | RewriteRule ^rewrite/(.*)$ content/$1 [L] |
|---|
Note: See
TracBrowser
for help on using the repository browser.