Forum Discussion
SergeiDrewEmerge
Nov 22, 2023Copper Contributor
WordPress App how to restrict access to specific pages on the site
Hello all, I have a WordPress App hosted on Azure and I am struggling with how I can secure specific pages from public access. For example: http://www.mysite.com/wp-admin http://www.mys...
khatland
Jul 16, 2025Copper Contributor
This either require changes in your application and routemap in the application itself.
Without any information around how your application is built that is impossible to solve.
However the simplest way of solving the issue you describe is through using an Azure Application Gateway in front of your application. There you can restrict access to URIs based on a number of variables.