Looks like there are a couple occurrences of 'admin' in the top section of 
the appadmin.py controller file (i.e., in the controllers folder of your 
app) -- one for the redirection and one for the menu. Try changing those to 
the new admin app name.

On Thursday, February 3, 2011 2:54:33 PM UTC-5, LightOfMooN wrote:

> Yes, it's work. But appadmin database administraton redirects to admin/ 
> default/index and rises invalid request error. How to fix it? 
>
> On 3 фев, 01:28, Massimo Di Pierro <massimo....@gmail.com> wrote: 
> > Just rename its folder. 
> > 
> > Counter indication: the redirection for appadmin login will break. 
> > 
> > On Feb 2, 2:24 pm, LightOfMooN <vlads...@yandex.ru> wrote: 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > > Is there a way to change name of app admin? 
> > 
> > > fromhttps://mydomain.com/admin 
> > > to something likehttps://mydomain.com/mysecretadmin 
> > 
> > > I tired this: 
> > > routes_in = ( 
> > >   ('(?P<any>.*)/admin(?P<any2>.*)', '\g<any>/myapp/default/index'), 
> > >   ('(?P<any>.*)/mysecretadmin(?P<any2>.*)', '\g<any>/admin\g<any2>'), 
> > > ) 
> > > routes_out = ( 
> > >   ('(?P<any>.*)/admin(?P<any2>.*)', '\g<any>/mysecretadmin\g<any2>'), 
> > > ) 
> > 
> > > but it's so bad way, and doesn't work 
> > 
> > > thx

Reply via email to