Thanks Moshu… but I’m still having trouble.
My host uses a control panel and when I made my first wp blog I uploaded everything to my root folder then went to my domain https://www.ficklefish.net and a message from wp came up to click “here” to begin installation. Which I did and all went smoothly.
now.. my subdomain…
I have the files uploaded into my subdomain folder but it won’t run the install. I tried launching the wp-admin-install in a browser but I got a weird page full of code that looks like this:
__________
wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”); require_once(‘../wp-config.php’); require_once(‘./upgrade-functions.php’); $guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, ‘https://’ . $_SERVER[‘HTTP_HOST’] . dirname($_SERVER[‘PHP_SELF’]) ); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; header( ‘Content-Type: text/html; charset=utf-8’ ); ?>
WordPress
hide_errors(); $installed = $wpdb->get_results(“SELECT * FROM $wpdb->users”); if ($installed) die(__(‘
Already Installed
You appear to have already installed WordPress. To reinstall please clear your old database tables first.
‘) . ”); $wpdb->show_errors(); switch($step) { case 0: ?>
ReadMe documentation at your leisure.’), ‘../readme.html’); ?>
___________
If I go to my subdomain url I don’t get the fancy click “here” message from wp, but the index file that was automatically set up by my hosts control panel when I created the subdomain which said “this site reserved for https://www.writing.ficklefish.net”. SO.. I deleted that index file to see what would happen and now I get “403 forbidden”
HELP!!!!!!
something isn’t pointing somewhere…..
any ideas?……… much appreciated!!