mrweston Posted November 4, 2015 Posted November 4, 2015 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.
justsomeguy Posted November 4, 2015 Posted November 4, 2015 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.
mrweston Posted November 4, 2015 Author Posted November 4, 2015 justsomeguy - that makes sense- do you have a suggestion as to how i might edit the page title in this instance?
justsomeguy Posted November 4, 2015 Posted November 4, 2015 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now