Posto il mio file index.php
Codice PHP:
<?php ini_set('memory_limit', '32M');
/**
* 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 ('/membri/theartisnotart/index.php');
riga 17
Ho chiesto l'autorizzazione ad accedere al file ini.php allo Staff.
Modificando il file index.php mi da sempre lo stesso errore di prima...non capisco perchè...adesso proverò a ricaricare di nuovo il tutto!