Closed (fixed)
Project:
Content administration
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
4 Dec 2008 at 16:10 UTC
Updated:
7 Feb 2009 at 01:29 UTC
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
Comment #1
arithmetric commentedThis 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
Comment #2
arithmetric commented