Announcement

Collapse
No announcement yet.

Remove Home page as website home page.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Remove Home page as website home page.

    Hi,

    I have just upgraded to V8 and want to review my whole website. I am faily new to this and have limited knowledge but learning slowly. I want to remove my current home and instead open up straight on the product front page.

    I have found a box that i have unchecked for 'use as website home page' on the home page. But when I upload to my server it still uses an old version saved on the server (I assume). Do I need to delete a file on my server, if so which one? Then when I log onto www.titanbolts.co.uk will it go straight to my product page or do I need to do something else?

    Many Thanks in advance.

    Dan Smith
    Titan Bolts.
    www.titanbolts.co.uk

    #2
    Your home page is called index.html. if you delete it visitors will see a listing of your folder or nothing at all (depending on how your server is configured).

    If you want visitors to go straight to the product page you can use htaccess to redirect from index.html to acatalog/index.html.

    Code:
    Redirect /index.html http://yoursite.com/acatalog/index.html

    Comment

    Working...
    X