nighthawk514
Chevereto Member
In Config.php, I only edited the following.
// Site details
$config['site_name'] = 'mysite.com.com';
$config['doctitle'] = 'my site - host Your Images For Free!';
$config['meta_description'] = 'host your images now.';
$config['meta_keywords'] = 'Image hosting';
And the same meta stuff was used in template functions, I changed lines 393 to lines 396.
After changing these, the site does not load. What is the issue?
// Site details
$config['site_name'] = 'mysite.com.com';
$config['doctitle'] = 'my site - host Your Images For Free!';
$config['meta_description'] = 'host your images now.';
$config['meta_keywords'] = 'Image hosting';
And the same meta stuff was used in template functions, I changed lines 393 to lines 396.
After changing these, the site does not load. What is the issue?