• I had my host transfer my full WP/site and all is well except for the two WP pages I created. I get a host 404 page not found error. What do I need to do to fix it?

Viewing 1 replies (of 1 total)
  • Thread Starter _beatrice_

    (@_beatrice_)

    I added this to .htaccess file in the /blog directory and it didnt fix it.

    # BEGIN WordPress
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index.php/$1

    # END WordPress

Viewing 1 replies (of 1 total)
  • The topic ‘WP transferred fine but added pages dont show’ is closed to new replies.