URL issues

R

Ray

Guest
THIS has got to be something really dumb, but I can't find it. I just this minute installed dadabik, and it works. The issue is: If I say, edit, a record, I get an error from the browser, here:
The requested URL /dadabik/www.raymondjones.net/dadabik/index.php was not found on this server.

Obviously, that firt "dadabik" before my website is wrong, and shouldn't be there. Anybody got an idea where I screwed up the configuration file?
Thank you
Ray
 
D

Debbie Sontag

Guest
Ray

It looks like the $site_url variable is not set correctly in your config.php file (in the include directory). The $site_url must be the COMPLETE path to your DaDaBIK installation on your server:

$site_url = 'http://your.server.com/dadabik-dir/';
*** if you do not have your correct site url defined here, you will get the 404 error when attempting to insert, update or delete records.

Some servers use virtual hosting which makes the absolute URL of your installation something like:

'/dnshome/site.com/htdocs/dadabik-dir/';

In either case, the URL must be complete including the last slash otherwise you will get errors.

Hope this helps solve your issue.

Debbie

(Latest version of DaDaBIK when this message was posted: 3.0)
 
Top