Jump to content

Recommended Posts

Posted

Is there a tool to find a webpage's location on a server? I am not able to locate the page www.parkinson.org/blog (which itself gets redirected from www.parkinson.org/find-help/blog). Any recommendations appreciated.

Posted

That's probably going to be a directory, not a single page. Servers can use rules to redirect requests for certain URLs to other files. Apache servers use a .htaccess file to set up redirection, for example, and Microsoft IIS servers have a way to setup rewrite rules also.

Posted

You'll need to find what that URL is pointing to. If it's a platform like Wordpress then you would log in to Wordpress and make your changes there. If it points to a regular file then maybe you can just edit that file.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...