I am reading these instructions below and they are not too clear to me. Sorry I am not an expert. I am not familiar with “index.php” or “.htaccess files”. I don’t quite understand when they say to copy to “root directory”. Is that on my Domain Central? I don’t have a blog address. I called my new wordpress: arlumizudesigns.com/wordpressbuilder; and my old website is arlumizudesigns.com. I am not familiar at all with codes or html. Also what are “pretty permalinks”? and FTP? Is it possible that you can help me understanding these instructions a bit easier? Thank you so much.
Copy (NOT MOVE!) the index.php and .htaccess files from the WordPress directory into the root directory of your site (Blog address). The .htaccess file is invisible, so you may have to set your FTP client to show hidden files. If you are not using pretty permalinks, then you may not have a .htaccess file. If you are running WordPress on a Windows (IIS) server and are using pretty permalinks, you’ll have a web.config rather than a .htaccess file in your WordPress directory. As stated above, copy (don’t move) the index.php file to your root directory, but MOVE (DON’T COPY) the web.config file to your root directory.
8. Open your root directory’s index.php file in a text editor
9. Change the following and save the file. Change the line that says:
require(‘./wp-blog-header.php’);
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);
10. Login to the new location. It might now be https://example.com/wordpress/wp-admin/
11. If you have set up Permalinks, go to the Permalinks panel and update your Permalink structure. WordPress will automatically update your .htaccess file if it has the appropriate file permissions. If WordPress can’t write to your .htaccess file, it will display the new rewrite rules to you, which you should manually copy into your .htaccess file (in the same directory as the main index.php file.)