My index page is www.fundingsolved.com. How can I put a form on that page and still get it to open up by entering www.fundingsolved.com rather than with index.php at the end. Thanks Andrew
Index page with a form
Collapse
X
-
Re: Index page with a form
You do not yet understand one of the core basics of web building:
1. You never create, use, promote, or refer to your "index" page as part of a Hyperlink. Period. (i.e. you never create or use a hyperlink such as: "www.MyDomainSite.com/index.html")
2. A website can have only one "index" page, and that page automatically defaults as the first page of any site for that specific Domain URL.
3. Since every "index" page defaults as the first page of all websites, the only Hyperlink you should be using to "return to the Home page" as well as simply arriving at the website initially will be the simple Domain URL: i.e. "www.MyDomainSite.com"
4. It does not matter if the page extension is .html or .htm. or .php .... the "index" page will always present first upon the Domain when using the Domain-only URL that is proper ("www.MyDomainSite.com").
-
Comment