I'm confused by the behavior of my web app.

It is deployed on a remote server using ubuntu+apache+web2py+mysql
with a self-signed certificate and was installed using the setup-
web2py-ubuntu.sh script.

Everythings seems functional except that I can't access my
application's appadmin controller.

   https://www.example.com/admin/

takes me to the admin application. But:

   https://www.example.com/app/appadmin

takes me to the admin application. I haven't made any changes to the
default /etc/apache2/sites-available/default file.

Is there a way to access appadmin for my application?

Reply via email to