Hi!
Is there a way to redirect users from the index of page to aonother html of my own?
Thanks in advance.
Maus.
Hi!
Is there a way to redirect users from the index of page to aonother html of my own?
Thanks in advance.
Maus.
Last edited by x_buyer33; 01-20-2011 at 06:13 PM.
The simple answer is, a file named "index.XXXX" will show up automatically when you type your URL. XXXX in this instance is either "php", "htm", or "html". So, create a file of your choice with the proper name, and it will show up automatically. So when you type http://256mayas.x10.mx/ it will really mean http://256mayas.x10.mx/index.html for example. This file must be placed in your public_html folder.
gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer
Thanks. Very useful.