Forums
-
- Forum
- Posts
-
- Installation
- 28,502
- Troubleshooting
- 62,675
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
Copy&Paste in a .htaccess:
DirectoryIndex /forum/topic.php?id=20
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} /forum/index.html
RewriteRule (.*) /forum/topic.php?id=20 [L]
Now (sorry for my bad english, im german) the topic is your forum-frontpage.. (dont forget to delete the “New Topic” links).
quick&dirty