dodgechargerfan
Member
Our host did some maintenance - not really sure what - and now clicked links on the forum home page just return a string with the request information.
Like this:
http://www.<mydomain.com>/forums/<MYCLIENT_IP_Address/forums/forums/guitars-guitars-guitars.11/Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36
We are able to access the Admin Control without any issues.
It's only the Forum Home page and any links to posts, etc.
Other sites hosted on the same account work fine.
I don't think this is related but from what I CAN see, the host appears to have changed some of the PHP setup.
For example, I see that the htaccess file now references:
# Use PHPBETA Single php.ini as default
AddHandler application/x-httpd-phpbetas .php
Whereas the previous htaccess file (they were nice enough to back it up) references
# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php
Otherwise, the files are the same.
I changed back tot he backed version and there was no change.
php.ini files show date changes too. I am going to compare them now, but if there are any hints as to which direction I can investigate, it woul dbe greatly appreciated.
Thanks.
Like this:
http://www.<mydomain.com>/forums/<MYCLIENT_IP_Address/forums/forums/guitars-guitars-guitars.11/Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36
We are able to access the Admin Control without any issues.
It's only the Forum Home page and any links to posts, etc.
Other sites hosted on the same account work fine.
I don't think this is related but from what I CAN see, the host appears to have changed some of the PHP setup.
For example, I see that the htaccess file now references:
# Use PHPBETA Single php.ini as default
AddHandler application/x-httpd-phpbetas .php
Whereas the previous htaccess file (they were nice enough to back it up) references
# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php
Otherwise, the files are the same.
I changed back tot he backed version and there was no change.
php.ini files show date changes too. I am going to compare them now, but if there are any hints as to which direction I can investigate, it woul dbe greatly appreciated.
Thanks.