advrider down?

Belaflek

New Member
Joined
Dec 13, 2013
Messages
65
Location
Nashville
Last 24 hours or so anytime I try to go to advrider.com instead of loading the page it wants to download the index.php I tried this on various browsers and on my phone..same deal.
 

Belaflek

New Member
Joined
Dec 13, 2013
Messages
65
Location
Nashville
yup Chrome, Firefox, IE content is

<?php

$startTime = microtime(true);
$fileDir = dirname(__FILE__);

require($fileDir . '/library/XenForo/Autoloader.php');
XenForo_Autoloader::getInstance()->setupAutoloader($fileDir . '/library');

XenForo_Application::initialize($fileDir . '/library', $fileDir);
XenForo_Application::set('page_start_time', $startTime);

$fc = new XenForo_FrontController(new XenForo_Dependencies_Public());
$fc->run();
 

markjenn

Active Member
Founding Member
Joined
Oct 22, 2010
Messages
2,427
Location
Bellingham, WA
No issues for me, now or yesterday. (Defaulting to go to index.php to load the home page is standard behavior.)

- Mark
 

TheHelios

Taco Enthusiast
Joined
Dec 1, 2014
Messages
556
Location
Dallas, TX
markjenn said:
No issues for me, now or yesterday. (Defaulting to go to index.php to load the home page is standard behavior.)

- Mark
That's expected. When it was messed up, the redirect actually had you download the index.php and subforums had you download a download.php file. Something wonky happened on their backend.
 
Top