Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
sefla Posted October 10, 2022 Posted October 10, 2022 Why is my forum downloading the pages instead of displaying them? https://reelboating.com/forums
Jim M Posted October 10, 2022 Posted October 10, 2022 Please contact your hosting provider or server administrator for assistance as this is an error in your configuration, I’m afraid.
sefla Posted October 11, 2022 Author Posted October 11, 2022 Forum only downloads when linked. Pages wont open in browser. I made no changes. http://reelboating.com/forums Cannot access any pages. They only download. <?php /** * @brief Public bootstrap * @author <a href='https://www.invisioncommunity.com'>Invision Power Services, Inc.</a> * @copyright (c) Invision Power Services, Inc. * @license https://www.invisioncommunity.com/legal/standards/ * @package Invision Community * @since 18 Feb 2013 */ \define('REPORT_EXCEPTIONS', TRUE); $_SERVER['SCRIPT_FILENAME'] = __FILE__; require_once 'init.php'; \IPS\Dispatcher\Front::i()->run();
Jim M Posted October 11, 2022 Posted October 11, 2022 20 hours ago, Jim M said: Please contact your hosting provider or server administrator for assistance as this is an error in your configuration, I’m afraid. I’ve merged your two topics on this, please see the quoted reply.
Randy Calvert Posted October 11, 2022 Posted October 11, 2022 A Jim noted, this is an issue your hosting provider will have to address. Apache/PHP is not configured properly on your server. It's not passing the request through the PHP parser and instead is just delivering the raw file. Most likely your host does not have the PHP module properly loaded into the Apache config. This is not a problem with the software itself so there is nothing we can do to fix this particular problem. sefla 1
Solution sefla Posted October 17, 2022 Author Solution Posted October 17, 2022 For those who might encounter a similar problem the issue was the forum URLS are blocked by the Modsecurity rule and needed to be whitelisted
Mark H Posted October 17, 2022 Posted October 17, 2022 Glad to hear you and your host got the problem resolved. 🙂
Recommended Posts