How-to: Go live with my new CT site?
ReviewStud 135
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: How-to: Go live with my new CT site?
ReviewStud
OP
135
From: -
From: -
I will definitely spread the word and post my site.
Thanks,
Thanks,
1 Re: How-to: Go live with my new CT site?
Philipp Esselbach
From: -
Editor
0From: -
Don't forget to post it in the Site Showcase Forum
1 Re: How-to: Go live with my new CT site?
ReviewStud
OP
135
From: -
From: -
Great!! I'll try that as soon as I am ready. I just found a few items that I need to tweak before I go live with the site.
1 Re: How-to: Go live with my new CT site?
Philipp Esselbach
From: -
Editor
0From: -
Create a file index.php with the following content:
Replace url.com with your domain and upload the file to the main directory
<?php
header("location: http://www.url.com/contentteller");
?>
Replace url.com with your domain and upload the file to the main directory
1 Re: How-to: Go live with my new CT site?
ReviewStud
OP
135
From: -
From: -
I would assume that a "redirect" would be better and I would not have to modify a bunch of my internal site links.
How do I do the redirect?
How do I do the redirect?
1 Re: How-to: Go live with my new CT site?
Philipp Esselbach
From: -
Editor
0From: -
Do you want to move Contentteller to your main directory or just a redirection to the /contentteller directory?
I am to the point where I'd like to launch my CT based site. I have been building my CT site in a sub-directory (url.com/contentteller), but my current index.html file is just in the main directory.
How do I "go live" and change over to the CT site?