Switching From My Old Theme

  • Hello, I need assistance pushing the theme live. I ran into an issue where when I go to my url, it’s only showing a list of various files instead of my homepage.

    I removed my previous live site from Softalicious, but made sure to create backups of the home directory and sql database. After that, I created a clone of my staging site. After that, I don’t know what happened to cause my site not to display the new theme.

    When I go to type my site url in the address bar, it’s not showing https://, only the site.com. When I manually type the url in with the https:// added, it strips it away..

    ** Note: The site files are currently unboxed inside a subfolder in my public_html, and my database is already updated to my url.com **

    Thanks!

  • Hi there,

    This isn’t specifically a GeneratePress issue — it’s a hosting/deployment configuration problem. A couple of things stand out:

    Directory listing instead of your site

    This happens when there’s no index.php in your public_html root. You mentioned the site files are “unboxed inside a subfolder” — they need to be moved directly into public_html (not in a subfolder within it). Your WordPress index.php, wp-config.php, and wp-content folder should all sit at the public_html level.

    HTTPS not working

    After moving the files, you’ll also need to make sure an SSL certificate is installed and active for your domain. Most hosts (cPanel, Cloudways, etc.) have a section for this — check for “SSL/TLS” or “Let’s Encrypt” in your hosting panel. Once SSL is active, update both the WordPress Address and Site Address in Settings > General to use https://.

    Your host’s support team would be best placed to help with both of these steps if you’re unsure. They can move the files to the correct directory and set up SSL for you.

    Hope that helps!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.