Log in

View Full Version : intro page


titorevolu
04-18-2007, 04:57 PM
I like to put an intro page that people who enter the link show the intro.
I put the file intro.html and image folder in forum root but when I put http://www.musica.net don't show, I have to put http://www.musica.net/index.html to show.
where do I put it?

cOuNtErFiET
04-18-2007, 06:51 PM
neither show for me, but index.html will show on http://www.musica.net if you have the index.html in the public_html folder not in the forums root, you want to put that right inside the public_html folder to show on the domain

http://www.musica.net and http://www.musica.net/index.html are the same thing i think

titorevolu
04-18-2007, 10:38 PM
the real link is this hhtp://www.mudolandia.net
but the intro is on http://www.mudolandia.net/index.html
where do I put the index.html and image folder

Vizionz
04-18-2007, 11:49 PM
just like he said the root of your server. unless you made your server without a forum folder.

the index html or php page will load normally if you have it in root of your server. if you have the forum as root and not in a seperate folder. its might not work like that since it might be loading the forums index instead.

i jsut checked your site. and it looks like your index is being forwarded. either By your dns carrier or a index page already existing that sends you to the forum directory. you need to figure out which one is which.

look in your server root for index.htm index.php or index.html and see which one is directly forwarding it.. or check your domain name hosting to see if its dirctly forwarding your domain to forum directory

GoNZo_
04-19-2007, 03:49 AM
U can try to do it this way.

Palace ur intro.html into root directory, then create .htaccess file with this info
DirectoryIndex intro.html

titorevolu
04-19-2007, 02:26 PM
U can try to do it this way.

Palace ur intro.html into root directory, then create .htaccess file with this info
DirectoryIndex intro.html

the root directory is this - /www
or this - /www/forum, how I create the .htaccess file, I'm new in that. sorry.