Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9209799
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T00:55:50+00:00 2026-06-18T00:55:50+00:00

I am using N2CMS to manage the content of my site without using the

  • 0

I am using N2CMS to manage the content of my site without using the page routing from N2. Hence when I edit a piece of content, it’s quite useless when N2 asks me: “Update links leading to…” “Add permanent redirect at previous URL?”. Can I disable this behaviour?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T00:55:51+00:00Added an answer on June 18, 2026 at 12:55 am

    Converting Page into Part is inherently bad idea. It may be temporary fix for the problem you have, but it will bounce back at you in a bad way.

    Instead, you can do this

    • Turn LinkTracker off in web.config

      linkTracker enabled="false" permanentRedirectEnabled="false"
      
    • Copy CommandFactory.cs from N2 Source into your solution, and rename it to MyCommandFactory.cs.
      Add Service replacement attribute

      [Service(typeof(ICommandFactory), Replaces = typeof(CommandFactory))]
      

    In a constructor, change this line

    updateReferences = new MyUpdateReferencesCommand();
    
    • Write your own empty Update reference command class

      public class MyUpdateReferencesCommand : UpdateReferencesCommand
      {
          public override void Process(CommandContext state)
          {
          }
      }
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using N2CMS which in turn uses TinyMCE to edit HTML content. what i
I'm using N2CMS, and I have two classes that inherit from ContentItem - say
Using jQuery, how do I get the value from a textbox and then load
Using C# How can I show a document in richtextbox without scrollbars, But I
Using Android NDK is it possible (from native C-code) to get a list of
Using JQuery,Is there any possible to capture images/scanned documents from digital Camera/Scanner Connected to
Using CMake I want to check if a particular function (cv::getGaborKernel) from OpenCV library
Using Apache's RewriteRule, how can I make it serve: mydomain.com/webpage.php?name=home_page as simply: mydomain.com/ Without
Using the http://www.ifans.com/forums/showthread.php?t=132024 post from another question i am allowing the user to enter
Using R, what is the best way to read a symmetric matrix from a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.