Cacti on CentOS HOWTO.

Discussion in 'HOWTO-Related Questions' started by Devil, Nov 8, 2007.

  1. Devil

    Devil New Member

    Hello,

    I followed the Cacti on CentOS with Plugin Architecture HOWTO. Everything has gone perfectly fine.

    The only thing is, my /var/www/html now has a symlink to /usr/local/cacti. However, when I access it online, all the hotlinks to images/settings.php, etc have become deadlinks.

    http://mysite.com/cacti/index.php

    But everything that index.php links to is

    http://mysite.com/settings.php where it should be cacti/settings.php


    How do I fix this?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What are the outputs of
    Code:
    ls -la /var/www/html
    and
    Code:
    ls -la /usr/local/cacti
    ?
     

Share This Page