Hello I am a Newbie to WordPress,
I am trying to run the /wp-admin/install.php file and am getting a blank page. I read the instructions and it says to look at your wp-config.php file for problems.
I was not sure what to put for my absolute path:
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
How do I put my absolute path:
http://eastcoasttechwriter.ca/wordpress/
in to this code.
Thanks.