Hi,

When I publish a new pg I have two pages published with the same content. When I edit the page both pages are edited.

For example:

http://www.707creditscore.com/node/49

http://www.707creditscore.com/?q=node/49

How do I fix this?

Thank You

Comments

arithmetric’s picture

Assigned: Unassigned » arithmetric
Status: Active » Closed (works as designed)

This is not related to the Content Administration module.

When you have clean URLs enabled, all Drupal URLs (i.e. http://example.com/node/3) are translated to a URL with ?q (i.e. http://example.com/?q=node/3). These are not duplicate pages, but simply a redirection from a 'cleaner' path to the path Drupal needs for processing.

For more information, see this manual page on clean URLs:
http://drupal.org/node/15365

arithmetric’s picture

Status: Closed (works as designed) » Closed (fixed)