Index page downloads instead of opening in the browser
-
Well, that’s it.
When I’m logged in and ?swcfpc=1 is added to the URL, the front page downloads instead of loading. This is what the download file dontains:
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require __DIR__ . '/wp-blog-header.php';
Any other page loads fine, it happens only for the index page.
Can it have something to do with the plugin?
If I load the index without ?swcfpc=1, there are no issues. Also, if I’m not logged in. It only happens when I log in.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Index page downloads instead of opening in the browser’ is closed to new replies.