Is there a way to create a webpage for the main address "www.paseoazteca.com"?
Or, how do i redirect the site so that when i entry "www.paseoazteca.com" it takes me to "www.paseoazteca.com/index"?
Thx in advance
Alan
01-04-2013, 12:22 PM
icool
Just be sure that your index.html is in the root of the site, the other things are not important
I this way your main page should be available by blabla.com and blabla.com/index.html
01-04-2013, 05:03 PM
cbVision
It sounds like your directory index isn't set. Try creating a file called ".htaccess" and add the following to it:
Code:
DirectoryIndex index.html
Then upload that to the root directory (where your about, contact, index.html) files are. Basically, the .htaccess file will tell the browser to use the index.html file as your directory index. Here's a link with more information: