Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7677643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:28:09+00:00 2026-05-31T17:28:09+00:00

How do I do the following: when the user types in www.mywebsite.com, it goes

  • 0

How do I do the following:

when the user types in http://www.mywebsite.com, it goes to http://www.mywebsite.com/homepage.html

In other words, how do I set up the homepage for a website?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T17:28:10+00:00Added an answer on May 31, 2026 at 5:28 pm

    You can do this in many ways.

    1) One way is to use an HTML redirect. In other words, make your index.html look like this:

    <!DOCTYPE>
    <html>
    <head>
        <title>Your Page Title</title>
        <meta http-equiv="refresh" content="0;url=/homepage.html">
    </head>
    <body>
    </body>
    </html>
    

    2) You could also use a server-side script to redirect. For instance, if your server supports PHP, just make a file named “index.php” with this content and delete index.html/index.htm:

    <?php header("Location: /homepage.html"); ?>
    

    Search engine robots should work fine with this method.

    3) If you are using an Apache webserver, you could also use Apache rewrite rules to redirect index.* to homepage.html in say an .htaccess file. This method works only if your Apache web server allows rewrite rules.

    4) If you are fine with having the index.html page be your true home page, then just rename homepage.html to index.html.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Fancybox and Zend. Hope the following is clear. On www.example.com/template/edit/id/3 I have
I have the following line of PHP code which works great: exec( 'wget http://www.mydomain.com/u1.php
I have the following post button that i use for paypal transactions: <form action=https://www.sandbox.paypal.com/cgi-bin/webscr
If I set up an HTML page with the following form: <html> <body> <form
I have the following html snippet. I am trying to let a user enter
I have the following example of what a user might type into a field
I have the following user-control: <%@ Control Language=C# AutoEventWireup=true CodeFile=FadingMessage.ascx.cs Inherits=includes_FadingMessage %> <asp:PlaceHolder Visible=false
I have the following user control that is embedded within another user control. <UserControl.Resources>
I have the following user resource: class UserResource(ModelResource): class Meta: queryset = User.objects.all() resource_name
I have following user control: <UserControl.Resources> <Style TargetType=HeaderedItemsControl> <Setter Property=Template> <Setter.Value> <ControlTemplate TargetType=HeaderedItemsControl> <Grid>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.