Try changing the name of the callback too from front to anything like your name
front is used in drupal as <front> to refer to front page.
> 1. Try removing access callback and let the default functionality take over.Tried that many times--doesn't help.
> Flush caches and then see if this works.
Nope, Here is my function:
> 2. there is less possibility, but have you used drupal_access_denied in your
> function, if so, is any condition going wrong ?
function mymod_homepage(){
return 'test';
}
:(