Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Registered User
    Join Date
    Feb 2010
    Posts
    2

    Exclamation Configuration.php problem

    Hello. After I downloaded my website folders and dump my website still odes not work. I guess the problem is that there is some mistake I made when changing configuration.php. I am new with the webdesigning. Can somebody help me.
    I changed the following:
    var $log_path = '/home/NAME/public_html/hrg-online.net/logs';
    var $tmp_path = '/home/NAME/public_html/hrg-online.net/tmp';
    var $host = 'top1'; (here I have doubts, should it be freehost (host package) ot top1 (server name)
    var $user = 'NAME_svt';
    var $db = 'NAME_svt';
    var $password = '*****'
    Where is the mistake or should I change something else?
    Wher can be the mistake. My website is not found, says Page Not Found, Back

  2. #2
    Member
    Join Date
    May 2008
    Posts
    1,114

    Default

    Try to use the host name as local host and also check the error logs for the exact error message which you are receiving from the below mentioned location:

    /usr/local/apache/logs/error_log.

  3. #3
    Registered User
    Join Date
    Feb 2010
    Posts
    2

    Default

    Quote Originally Posted by thewebhosting View Post
    Try to use the host name as local host and also check the error logs for the exact error message which you are receiving from the below mentioned location:

    /usr/local/apache/logs/error_log.
    Thank you. I should put this extention after what?

  4. #4
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,159
    cPanel/Enkompass Access Level

    Root Administrator

    Lightbulb

    Quote Originally Posted by Kate2000 View Post
    Thank you. I should put this extention after what?
    I'm not sure I understand, what's this config file for exactly? Is this an addon domain?

    Yours:
    var $log_path = '/home/NAME/public_html/hrg-online.net/logs';
    var $tmp_path = '/home/NAME/public_html/hrg-online.net/tmp';
    var $host = 'top1'; (here I have doubts, should it be freehost (host package) ot top1 (server name)

    With my comments in between:


    var $log_path = '/home/NAME/public_html/hrg-online.net/logs';

    If you place the path to logs here in the above line, they will be accessible by anyone with a browser for viewing.
    ----
    var $tmp_path = '/home/NAME/public_html/hrg-online.net/tmp';

    Same with this line above, bad idea to place this where it can be accessed from the Web.
    ----
    var $host = 'top1'; (here I have doubts, should it be freehost (host package) ot top1 (server name)

    This one is easy, change it to localhost. All one word, all lowercase.

    ----
    Something like this might be better:

    var $log_path = '/home/NAME/hrg-online.net/logs';
    var $tmp_path = '/home/NAME/hrg-online.net/tmp';
    var $host = 'localhost'; (here I have doubts, should it be freehost (host package) ot top1 (server name)

    Of course you'd have to create the logs and tmp directory for this use.

Similar Threads & Tags
Similar threads

  1. Replies: 12
    Last Post: 07-18-2011, 02:10 PM
  2. php.ini EZconfig (PHP configuration editor)
    By dylanu2010 in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 11-24-2010, 02:31 AM
  3. php.ini EZconfig (PHP configuration editor)
    By dylanu2010 in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 11-24-2010, 02:31 AM
  4. php configuration editor problem
    By myweb in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 07-05-2008, 11:35 AM
  5. php configuration problem.
    By erinspice in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 05-09-2006, 08:40 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube