• I have a web site and instead of using the extremely simplistic pages I created in MS Publisher, I want to use one of the Themes from Word Press as:
    1. My main web page to introduce my site
    2. My Article page to introduce articles and classes
    3. Obviously my blog page.

    R
    Right now, my web page is set up just like a standard web page with the index.html

Viewing 1 replies (of 1 total)
  • A simplistic approach to redirecting to a different landing page would be to use a .htaccess file in the root of your website. The .htaccess file would contain the redirect command. Sample below.

    <Files .htaccess>
    order allow,deny
    deny from all
    </Files>

    DirectoryIndex xxx.html

    The xxx.html is the page you want to be your new landing page. The file extension may also be .php

    Best luck to your search for a solution.

    Regards, Steven Barrymore

    https://www.BeingofLife.com – the Blog — explores the process of self-development and the inner quality of life

Viewing 1 replies (of 1 total)
  • The topic ‘How do I direct my web site?’ is closed to new replies.