13-Dec-2012, 08:11 PM
Hi everybody,
First, Thanks for this comment system. it's very nice.
My problem is, i have install commentics on my web site.
www.mysite.com/example.php and it's work perfectly.
i have a lot of subdomain like: dallas.mysite.com
the problem is the script doesn't work at this url (dallas.mysite.com/example.php) but it's work with the url www.mysite.com/dallas/example.php
if i call the page by my subdomain name, it doesn't work. the page stop loading after the lorem ipsum <br/>.
How can i resolve that ??
i put the code like the instruction:
<?php
$cmtx_page_id = "56";
$cmtx_reference = "Page 56";
$cmtx_path = "../comments/";
define('IN_COMMENTICS', 'true'); //no need to edit this line
require $cmtx_path . "includes/commentics.php"; //no need to edit this line
?>
thanks for your help.
First, Thanks for this comment system. it's very nice.
My problem is, i have install commentics on my web site.
www.mysite.com/example.php and it's work perfectly.
i have a lot of subdomain like: dallas.mysite.com
the problem is the script doesn't work at this url (dallas.mysite.com/example.php) but it's work with the url www.mysite.com/dallas/example.php
if i call the page by my subdomain name, it doesn't work. the page stop loading after the lorem ipsum <br/>.
How can i resolve that ??
i put the code like the instruction:
<?php
$cmtx_page_id = "56";
$cmtx_reference = "Page 56";
$cmtx_path = "../comments/";
define('IN_COMMENTICS', 'true'); //no need to edit this line
require $cmtx_path . "includes/commentics.php"; //no need to edit this line
?>
thanks for your help.