Displaying 1 result from an estimated 1 matches for "track_var".
Did you mean:
trace_var
2012 Apr 18
3
The requested URL was not found on this server
..."
Following is Virtual Virtual Host under "conf.d"
Alias /cacti /var/www/html/cacti/
<Directory /var/www/html/cacti/>
DirectoryIndex index.php
Options -Indexes
AllowOverride all
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc on
php_flag track_vars on
</Directory>
if i try browsing cacti, i can login without problem. But if i try to
follow other links on the page. For example i have clicked on Graphs icon.
i see the following error.
The requested URL /graph_view.php was not found on this server
where as this URL (graph_view.php) exi...