Now the installation went smoothly, but when I tried to go to the admin login page, which SHOULD be at: http://www.myurl.com/pligg/admin_index.php, it takes me to: http://www.myurl.com/pligg/login/admin_index.php.
For some reason it keeps putting a "/login" in the URL. Here is what I have in the config file:
Code:
// URL's
$trackbackURL = "myurl.com";
// in this example, pligg is install in http://ashtest1.pligg.com/
define('my_base_url', 'http://www.myurl.com'); // the base url to your site.
define('my_pligg_base', '/pligg'); // if installed in a subfolder. leave blank if installed in root.
// in this example, pligg is install in http://localhost/pligg/
//define('my_base_url', 'http://www.tfrollout.com'); // the base url to your site.
//define('my_pligg_base', '/pligg'); // if installed in a subfolder. leave blank if installed in root.
// in this example, pligg is install in http://localhost/
//define('my_base_url', 'http://demo.pligg.com'); // the base url to your site.
//define('my_pligg_base', ''); // if installed in a subfolder. leave blank if installed in root. 



Linear Mode




