I want to delete a page that has a redirect on it, that redirects instantly, making it impossible to access edit mode. Is there a way around this?
First trick to try is to get the browser to supress the redirect. Get the url of the page you want to edit and paste it into a text editor/box. Then add ?redirect=false to the end of it, and paste the new url back into the browser. That should now render the page without jumping to the target.
If that fails, then the next trick is to find out the ID of the page (there are several approaches to that, you may already have it in the url - if not, then tell us and we'll dig out some of the options), and go to <your confluence base url>/pages/editpage.action?pageId=xxxxxxxx
Thank you so much. I had tried using that addition but had tried directly in the browser, not in a text editor first. Worked perfectly!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No problem, it's a bit of a faff if you try to just add it, hence the text editor usage.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I ended up with an endless loop after moving a page. The page causing the redirect only had a page list macro on it and it referenced a page that no longer existed. The suggested solutions did not help in my case, but helped point me to a solution. In case other people happen upon this thread with a similar issue. Try going directly to editing the page and then simply remove the content. Then save. To edit use this URL:
https://plaudit.atlassian.net/wiki/spaces/XXXX/pages/edit/XXXX
The first "XXXX" is the space ID being edited, and the second group of "XXXX" is the page id.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
?redirect=false didn't work here.
How do you find that pageId when the page is a redirect?
The answer given at https://confluence.atlassian.com/confkb/how-to-get-confluence-page-id-648380445.html suggests to edit the page...
Solution: Copy the page URL (from the left-side navigator, copy link) and in the browser URL type: view-source:<paste page URL>
In the source, search for pageId=
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could use the WebDAV plugin to get at the page and then either delete it there or edit out the redirect macro.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.