I need to write a .htaccess rewrite command to make a certain URL behave like another.
A forum module I have installed over ExpressionEngine will not work unless the forum is situated on the first segment of the URL.
So I need to make: http://www.example.com/members/forum/
behave like: http://www.example.com/forum/
Change your Forum URL to
/members/forumand run the forum thru regular templates — nomod_rewriterules needed.Follow these detailed instructions:
membersforumforumtemplate, put the following code:{exp:forum}At this point, your forum will then be run inside the regular EE templating engine.
The forum is then accessed through whichever template you created above — the template name used in place of the “trigger” word:
http://www.example.com/members/forum/Your links will then be written out using the Forum URL specified in the Control Panel.