Topic: Would this work?
I have an idea about how I might integrate PunBB with my site. I was thinking of having punbb in ./forum/, and then using mod_rewrite like this:
RewriteRule ^forum/(.*) /forum.php?pg=$1
Obviously I would need to use a RewriteCond to make sure it only matches .php files.
And basically forum.php would include the requested url in a div in my site, so that the page is always within the content area of my site (at the moment, the white area). I would rather not use an iframe as I think they are very ugly.
Or is there a better way of doing this which I have completely missed?
Hope someone can give some input
Thanks!