AC Perdon
2012-02-20 05:00:52 UTC
Hi,
I have encounter this before and fix it by just editing the below
variable, but now using latest version of citrusdb 2.4.1 I get that same
error.
$url_prefix="/var/www/html/citrusb";
$ssl_url_prefix="/var/www/html/citrusdb";
Not Found
The requested URL /var/www/html/citrusdb/index.php was not found on this
server.
Here is my config.
$path_to_citrus='/var/www/html/citrusdb/';
$hidden_hash_var='thequickbrownfoxjumpoverthelayzdod';
$lang = './include/local/us-english.inc.php';
$url_prefix="/var/www/html/citrusb";
$ssl_url_prefix="/var/www/html/citrusdb";
location of the file
[***@student citrusdb]# pwd
/var/www/html/citrusdb
[***@student citrusdb]# ls -l index.php
-rw-r--r-- 1 root root 13830 Dec 8 23:55 index.php
[***@student citrusdb]#
OS:
Centos 6.0
SElinux is disable and firewall is flash
Is there something I miss?
Thanks in advance,
AC
I have encounter this before and fix it by just editing the below
variable, but now using latest version of citrusdb 2.4.1 I get that same
error.
$url_prefix="/var/www/html/citrusb";
$ssl_url_prefix="/var/www/html/citrusdb";
Not Found
The requested URL /var/www/html/citrusdb/index.php was not found on this
server.
Here is my config.
$path_to_citrus='/var/www/html/citrusdb/';
$hidden_hash_var='thequickbrownfoxjumpoverthelayzdod';
$lang = './include/local/us-english.inc.php';
$url_prefix="/var/www/html/citrusb";
$ssl_url_prefix="/var/www/html/citrusdb";
location of the file
[***@student citrusdb]# pwd
/var/www/html/citrusdb
[***@student citrusdb]# ls -l index.php
-rw-r--r-- 1 root root 13830 Dec 8 23:55 index.php
[***@student citrusdb]#
OS:
Centos 6.0
SElinux is disable and firewall is flash
Is there something I miss?
Thanks in advance,
AC