This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

How-to: Go live with my new CT site?


avatar
ReviewStud 135
From: -
How-to: Go live with my new CT site?

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?

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?
avatar
OP 135
From: -
I will definitely spread the word and post my site.

Thanks,
1 Re: How-to: Go live with my new CT site?
avatar
Editor
0
From: -
Don't forget to post it in the  Site Showcase Forum Smiling Face
1 Re: How-to: Go live with my new CT site?
avatar
OP 135
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?
avatar
Editor
0
From: -
Create a file index.php with the following content:

<?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?
avatar
OP 135
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?
1 Re: How-to: Go live with my new CT site?
avatar
Editor
0
From: -
Do you want to move Contentteller to your main directory or just a redirection to the /contentteller directory?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.