Discussion:
[Citrusdb-users] I encounter this error before and fix it with older version. "Not Found" but encounter it in 2.4.1 again.
AC Perdon
2012-02-20 05:00:52 UTC
Permalink
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
Paul Yasi
2012-02-20 23:34:52 UTC
Permalink
The URL prefix needs to be the beginning of the URL to your citrus
site that will work in a browser, eg: http://www.example.com/citrusdb
and https://www.example.com/citrusdb

Paul
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
/var/www/html/citrusdb
-rw-r--r-- 1 root root 13830 DecĀ  8 23:55 index.php
Centos 6.0
SElinux is disable and firewall is flash
Is there something I miss?
Thanks in advance,
AC
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System
Loading...