PDA

View Full Version : Redirect to my site



kish
08-24-2009, 01:45 AM
HAI i am new user of bluehost
my sitename folder is already done in the public_html ,
still i didnt made any installations on that here my problem is when ever i use to see my site it gives the bluehost underconstuction mesg , that fine but if i create a file name or folder and in url if i give the name of created one
its show mesg like "The requested URL /hai does not exist. " how i redirect to bluehost default page to my folder even it didnt show the mesg like "parent directory and name of the folder in that ,
can any one help regarding this , its little bit urgent to me .








thanks

Early Out
08-24-2009, 05:34 AM
It's not entirely clear what you're trying to do, but let's boil it down. Say your domain is example.com.

If you have public_html/index.html, then pointing to http://example.com will show that page.

If you have public_html/myfolder/index.html, then pointing to http://example.com/myfolder will show that page.

If you have public_html/myfolder/something.html, you must point to http://example.com/myfolder/something.html to show that page - only index.html (and a few other standard names) are automatic.