Hi,
99% of my site is rails, but I have a tiny php section I just cant
get rid of (phpbb3). I’ve turned on server-side includes on my site and
my
phpbb3 template starts with this:
…
The problem is, rails isn’t recognizing that it was called as
“/main/header”; I get this error in my development.log:
ActionController::RoutingError (no route found to match
“/forum/index.php”
with {:method=>:get}):
Does anybody know how to get around this? I was thinking of just
adding a “/forum/*” route to explicitly point to the header, but then
there’s the problem of the footer… Any ideas would be greatly
appreciated.
Thanks,
Tyler