Login: Whoops. Page not found. Using Windows IIs server
WP is located in subdirectory: gigharborvillage.com/village/
Permalink is set to: /index.php/%postname%/%post_id%/
theme-functions.php is modified thusly:
// set global path variables *****Mod Note: /index.php was added for win iis server
define('CP_DASHBOARD_URL', get_bloginfo('url').'/index.php/dashboard/');
define('CP_PROFILE_URL', get_bloginfo('url').'/index.php/profile/');
define('CP_EDIT_URL', get_bloginfo('url').'/index.php/edit-item/');
define('CP_ADD_NEW_URL', get_bloginfo('url').'/index.php/add-new/');
define('CP_ADD_NEW_CONFIRM_URL', get_bloginfo('url').'/index.php/add-new-confirm/');
define('CP_BLOG_URL', cp_detect_blog_path());
define('CP_BLOG_CAT_ID', cp_get_blog_catid());
define('TIMTHUMB', get_bloginfo('template_url').'/index.php/includes/timthumb.php');
define('CP_AUTHOR_PATH', get_bloginfo('url').'/index.php/author/');
define('FAVICON', get_bloginfo('template_directory').'/index.php/images/favicon.ico');
define('CP_POSITION', 3);
Problem: When user logs in they are redirected to a "Whoops. Page not found".
Is this a redirect problem and can you help me with it?
Test site:
site:
www.gigharborvillage.com
user: demo
pass: demo