I am trying to help someone move a 7.0.9 site to a new server, dedicated, running WHM, cPanel, CentOS 6.4. I have run the permissions on all files using the outline in the Boonex Help section. The site files are owned by the user and group for the cPanel setup.
When I click on forum in FireFox and IE, I get the page code for the forum displayed, excerpt:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Recent Topics :: Forum </title>
When transferring the site, I could not find an .htaccess file for the site; it came from an Nginx server which does not use .htaccess files. Therefore, I copied the .htaccess from the 7.0.9 download and used it on the site.
The forum loads in Chrome. Not tested in Opera but does not load in PaleMoon either.
So, what should I be looking for here?