After 3.1.1 config and installation I only see index.php code
-
Hi there,
I’ve just tried to config and install WordPress 3.1.1 on 123reg hosting. My registered domain is https://www.onlineconsumerdigest.com – this website has hosting without a MYSQL database, so I have used the database of a different domain which does have a MYSQL database.
I have filled all the necessary fields in the wp-config.php file and uploaded to my domains hosting successfully. However, when I go to my domain, I only see this:
<?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 */ require('./wp-blog-header.php'); ?>
[Please post code snippets between backticks or use the code button.]
What have I done wrong, and what should I do in order to see wp-admin/install.php “Welcome” page that I need to see in order to start using WordPress?
All help will be VERY welcome!
- The topic ‘After 3.1.1 config and installation I only see index.php code’ is closed to new replies.