2011-03-27, 06:19 PM
2011-03-27, 07:07 PM
Add something like this to .htaccess
Then edit where you're redirected to after logging in/out on lines 1092 and 1193 of member.php
DirectoryIndex forumdisplay.php?fid=X
Then edit where you're redirected to after logging in/out on lines 1092 and 1193 of member.php
2011-03-27, 07:30 PM
Doing that ruined the theme and set the homepage url to /forum-22.html/index.php
2011-03-28, 11:45 PM
Not sure if this will work as I've only tried it with the portal but if you copy forumdisplay.php and rename the copy to index.php it will become the index. This will mean that the links in the navigation etc will also go to this page, removing access to the original index.php file completely unless you have links to it with a new name.
2011-03-29, 01:30 AM
(2011-03-27, 07:30 PM)Solidus Wrote: [ -> ]Doing that ruined the theme and set the homepage url to /forum-22.html/index.php
If you're getting that, it means one of your redirects is conflicting with it.
Seeing as you have SEO urls, its probably one of the redirects for that.
You could also trying setting the directoryindex to the seo url of the forum instead of forumdisplay.php