Making the new site live
-
I THOUGHT it would be absolutely trivial and idiot-proof to just point the site at the wordpress folder and have it come, up but it appears I was mistaken. I’m absolutely SURE this is all intuitively obvious to y’all, but I’m apparently doing SOMETHING wrong. I’ve now read about 4 different things that all say largely the same thing when the wordpress is already in a subfolder, so what am I missing?
My site is in the wordpress subdirectory. I went into the WP general tab and changed the URL from https://www.dperezphoto.com/wordpress/ to just https://www.dperezphoto.com.
Then I copied the index.php file to what appears to be MY root folder on Bluehost.
Then I edited the index.php file, and changed the line that says:
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
to require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );I did NOT copy any .htaccess files since I’ve never set a permalink for anything, and have no idea what “pretty” permalinks are. As far as I know, I have coreFTP set to show hidden files, and there’s nothing that looks like .htaccess in the wordpress folder.
Fired up a browser, put my URL in, and the new home page displayed…
Clicked an icon (ACFA Cat Shows) on the home page, and got the top level album in the photo seller plugin, just like I thought it would. Unfortunately, selecting an album on that page gets me a display with no thumbnails.Is there some bizarre thing I have to do to get everything to actually work? Is it the phantom .htaccess file? What DO I need to do to get this up and working?
- The topic ‘Making the new site live’ is closed to new replies.