Move to higher level failed
-
Hi,
I installed WP next to Joomla on my site.
Joomla was in the root, WP in the subdir (\blog).
I tried to delete Joomla (witch was succesfull) and then set the WP site to the toplevel. I changed the Site adress in the general setting s off WP to the root (www.costerhome.nl)
Next, i copied index.php & .htaccess to the root.
I changed the index.php file:<?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( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );I inserted the /wordpress part in the last line.
Now i can’t login or make my site visable.
I do have access to my DirectAdmin panel at my host.Where did i go wrong?
- The topic ‘Move to higher level failed’ is closed to new replies.