Help?!

Forum
Last Post
Threads / Messages
I once had this issue when I incorrectly specified my site's domain during installation. Did you remember to not include the http://?
 
I made sure that it didn't have the http:// or the www. and it still shows the same thing.
 
Can we see your inc/config.php info anyway, (we won't need the database info) just to make sure? Also, since this is 10x hosting (which isn't recommended) make sure you followed additional steps in this post.

These should probably be lines in your inc/config.php (noting that the scriptpath is blank):
PHP:
define('DOMAIN', 'kuewibeta.x10.mx');             //Your domain name (No http, www or . )
define('SCRIPTPATH', '');     //The folder you installed this script in

And (from the thread I linked above) in classes/class_path.php, the line you'll be replacing the old one with would be:
PHP:
$this->root = "/home/kuewibeta/public_html/";
 
Last edited:

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,280
Messages
33,132
Members
1,603
Latest member
Monako
BETA

Latest Threads

Top