Pages: [1]
Print
Author Topic: Installation problem!!! 404 error  (Read 564 times)
givebackusa
Pre-Sales
Newbie
*
Posts: 2


« on: September 16, 2010, 12:11:03 PM »

We just purchased lite radius. I read all installation directions. I updated fields in database.php and uploaded all files to my web host (godaddy shared server).  When I navigate to http://www.givebackusa.com/literadius/lr_v32/setup.php to run setup I get a unique 404 error page.

Could you please tell me why this is happening? what is causing it to go to a custom/unigue (not of my webhost) 404 error page.

Adam Weston
westechmail@yahoo.com
Logged
Support
Administrator
Jr. Member
*****
Posts: 97



« Reply #1 on: September 16, 2010, 01:50:11 PM »

This is probably a config setting so first check the files warpcore/setup/config/config.php and warpcore/admin/config/config.php. Both have a common set of configuration varables set that set the URI protocol.

Open both files and look for the URI PROTOCOL section and manually set the $config['uri_protocol']
to one of the suggested flavors. I would recommend starting with QUERY_STRING by assigning that variable directly below the flow control statement like:

Quote
$config['uri_protocol']   = "AUTO";
if (strpos($_SERVER['SERVER_SOFTWARE'], 'IIS') !== false)
{
   $config['uri_protocol']   = "QUERY_STRING";
}
$config['uri_protocol']   = "QUERY_STRING";

Be sure to do this in both files and if QUERY_STRING doesn't work try sequentially one of the other 5.
Logged
givebackusa
Pre-Sales
Newbie
*
Posts: 2


« Reply #2 on: September 17, 2010, 10:32:40 AM »

Ok looks like that worked. I'm runing to lunch. What is the default user name and password for the admin? I dont remember it asking me to enter one.
Logged
Support
Administrator
Jr. Member
*****
Posts: 97



« Reply #3 on: September 17, 2010, 01:31:43 PM »

Please see the "Securing the Administration Interface" section in the documentation:

http://demo.escaperadius.com/literadius/warpcore/admin/views/docs/get_started.htm
Logged
Pages: [1]
Print
Jump to: