For that you have to post the content of it first. Most likely it's set up wrong, so it just redirects to
index.php
instead of viewtopic.php
.Click on the report button on your posts (the exclamation mark on the top right), select the appropriate reason (f.e. "duplicate post" or "does not fit") and then enter what a moderator should do in your opinion (f.e. deleting the post). Moderators don't read every topic on every forum - you have to bring an issue to their attention by reporting it (elsewhere this is known as "opening a ticket").
I have found the tool htaccess tester - madewithlove very helpful for offline testing/debugging problems such as this. It has saved my bacon on more than one occasion before I actually implemented ReWrite rules. Disclosure: I have no affiliation with the site, I am just a very happy user of the functionality it provides.
Code: Select all
^(.*)$ http://albinowners.net/aog/index.php [R=301]
Code: Select all
^(.*)$ http://albinowners.net/aog/$1 [R=301]
/ucp.php
becomes /index.php
.