Serving from subdirectory
-
I have a site in a subdirectory, ready to move to the root url.
I changed the address in general settings, copied the index.php and .htaccess, edited the .index.php
But it does not work and I have lost access to the dashboard to continue the process. Please help me! Thank you very much.
Evebackticks
<?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__ ) . ‘/new/wp-blog-header.php’ );backticks
- The topic ‘Serving from subdirectory’ is closed to new replies.