i want
example.com/app
to just watch
example.com
i dont want to show the application name on the url even if i get into action controller regardless.
i want
example.com/app
to just watch
example.com
i dont want to show the application name on the url even if i get into action controller regardless.
Move your app directly to webroot, or
Modify the webroot param in your web server config, or
Use some crazy mod_rewrite to rewrite / to /app