Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2010-05-03 22:32:22
- danfarr
- New Member
- Registered: 2010-05-03
- Posts: 9
Forum intergration
Is there been a successful way to integrate any forum package like phpbb3 with Textpattern? By this I mean is there a way to redirect www.example.com/forum to a phpbb3 folder in my sites root directory instead of through Textpatterns routing?
Offline
Re: Forum intergration
danfarr wrote:
By this I mean is there a way to redirect www.example.com/forum to a phpbb3 folder in my sites root directory instead of through Textpatterns routing?
Wouldn’t just linking direct linking /phpbb3/ directory suffice? Is there a requirement for redirecting the user’s client?
Anyways, if you want to redirect requests from /forum/
to /phpbb3/
, you can do it with .htaccess rules (or some other server conf your server happens to be is using):
Redirect 301 /forum/ http://www.example.com/phpbb3
Is there been a successful way to integrate any forum package like phpbb3 with Textpattern?
I wouldn’t say redirecting is integrating. There is no compining of seperated units involved.
Offline
#3 2010-05-03 23:15:58
- danfarr
- New Member
- Registered: 2010-05-03
- Posts: 9
Re: Forum intergration
thankyou!
Offline
Pages: 1