Welcome to Laser Pointer Forums - discuss green laser pointers, blue laser pointers, and all types of lasers

LPF Donation via Stripe | LPF Donation - Other Methods

Links below open in new window

ArcticMyst Security by Avery

WEbsite help needed Html

Joined
Mar 2, 2008
Messages
1,500
Points
0
Currently my website has to be re directed.
to go to my website you have to type in
w w w.protalkbox.com/zencart

I want it so all i have to type in is
w w w.protalkbox.com, and it automatically goes to the website without needing a re-direct screen like the current one i have now


Any help will be appreciated.
 
Last edited:





Joined
Dec 26, 2007
Messages
6,129
Points
0
Do a google search on how to create an index.html, you'll get your answer.
 
Joined
Nov 22, 2008
Messages
1,506
Points
48
I suggested this before but I'll say it again:
create a file called index.php at / (in the root directory of the server) - so that it is http://www.protalkbox.com/index.php

Into index.php put the following:

<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.protalkbox.com/zencart/" );
?>
 
Joined
Feb 23, 2008
Messages
2,832
Points
48
i use a program called WYSIWYG web builder. its very easy to use and pulishes in a few different types of code if you want. theres a free and paid version...
 
Joined
Mar 2, 2008
Messages
1,500
Points
0
I suggested this before but I'll say it again:
create a file called index.php at / (in the root directory of the server) - so that it is Pro Talkbox!, All Your Talkbox Needs!

Into index.php put the following:

<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.protalkbox.com/zencart/" );
?>

Schwweeeet !! that worked perfectly.
Thanks man. Hats off to you sir.
+1
 
Joined
Feb 23, 2008
Messages
2,832
Points
48
you should also change the name of your zencart directory(not necassary) but if your using the /admin/ folder for your log in you should definately rename it to something else. theres a tut on the zc website on how to change it.
 
Joined
Nov 22, 2008
Messages
1,506
Points
48
Glad to hear it worked. Ndrew is right - rename your admin folder if you haven't!, and you should also make sure you're running the latest version with security patches. The combination of the 2 means your site would be vulnerable to some really nasty hacks...
 




Top