I have created a custom app in sharepoint. The app has around 10 aspx pages. Now I have to redirect a user to ‘Page X’ if tries to browse to any page by directly entering the url of that page. Is it possible?
I don’t quite follow what you’re asking here. I assume you are doing this for a SharePoint-hosted app. You can redirect in JavaScript using “window.location.” You would need to write some logic to determine when you should redirect.Â