Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mschlaudraff

    (@mschlaudraff)

    Update:

    I have it working with .htaccess file, but is there a better way to do it within the WordPress site directly.

    I added the following to the .htaccess file:

    RewriteCond %{HTTP_HOST} ^www.deannasbooks.com [NC]
    RewriteRule ^(.*)$ https://www.deannasbooks.com/category/home/$1 [L,R=301,NC]

    Thread Starter mschlaudraff

    (@mschlaudraff)

    Well, Update #2:

    By doing what I did in the htaccess file, it created a bigger issue, as no other page works.

    ??

    Help.

    Thread Starter mschlaudraff

    (@mschlaudraff)

    Crap Update #3 —- Based on all the information above… If there is a better way to tell the main page to only show the post with the Category of “Main page” that would be better.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Default URL to a select Page’ is closed to new replies.