l'ultima cosa che ho fatto prima di avere le pagine bianche è che, ho attivato il guestbook e attraverso la gestionhe file del pannello di controllo, ho incollato il codice html nella home, poi ho visto che le pagine erano diventate bianche e così ho tolto nuovamente le righe di codice.
File .htaccess
Codice:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# # av:Toolbar
SetEnv AV_TOOLBAR 1
index.php:
Codice PHP:
<?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 */