PDA

View Full Version : htacess


Ant
12-06-2008, 04:31 AM
Hi All,


Is there a way I can disabled or forward the htaccess to a default.html(welcome page saying website coming soon) while I build my directory. I dont want user to have access or see the directory building little by little.
I want them to have access or see the site when everything is done

thanks in advance

bruleo
12-06-2008, 04:36 AM
In your htaccess look for:

Content visible to registered users only.
And change to:
Content visible to registered users only.

Then create an under construction page, call it index.html and upload it to your public_html folder. EASY.

Bruce.

Ant
12-06-2008, 04:43 AM
Thanks bruce

Ant
12-06-2008, 05:11 AM
Hi All,


when I tried to access my domain I keep getting ERROR :: Could not connect to database server! Do anyone know why Im getting this error and how to I resolve it

Ant
12-06-2008, 06:58 AM
disregard the above question I was able to figure it out