-1

When you visit the domain: http://www.luftwaffe-experten.org/ - there is a script downloaded, but why is this occurring? It should load a forum (/forums/) but never actually opens/loads - why is this occurring?

I've copied the entire site via cpanels WHM account transfer process, but it fails to load - is the PHP I'm running on the server not compatible with IPB 3.4.6?

Dan Hawkins
  • 177
  • 12
  • What web server are you using, such as apache or nginx? It seems your web server is not executing the script, but simply serving it as a file. It's a config problem. – Kelly Keller-Heikkila Nov 09 '15 at 12:47
  • Apache (CentOS6.5-64) , the server hosts several other forums, but no other IPB boards.... XenForo & vBulletin is what I'm familiar with, but not IPB - so unsure what is occurring. Thanks for the reply btw :) @BrianKeller-Heikkila – Dan Hawkins Nov 09 '15 at 12:50
  • 2
    I suggest asking this question on [serverfault](http://serverfault.com), since this is a configuration problem, not a programming problem. The people there probably can help better. – Kelly Keller-Heikkila Nov 09 '15 at 13:01

1 Answers1

0

Just FYI -

The problem was due to .htaccess file.

The old server was Php 4.x the new server is 5.X - so I had to comment out this line: AddHandler application/x-httpd-php5s .php

And the forum loads perfectly now :)

Dan Hawkins
  • 177
  • 12