Goggle reporting "soft 404" errors for these pages. What are they?

I suggest editing your config.php files like this. Add your IP address so only you will see debug mode.

PHP:
if ($_SERVER['REMOTE_ADDR'] == '25.6.92.50') {
    $config['debug'] = true;
}
 
Top Bottom