Hi,

Trying to convert my static site to Drupal, and I have a general question if someone has time to answer it.

My site is setup in a fairly standard structure.

I have;

www.mydomain.com
www.mydomain.com/services
www.mydomain.com/contactus
www.mydomain.com/support
www.mydomain.com/products
etc

each of those sub-folders has an index file, and most have other html files too. Now, I can create static pages in Drupal, but I don't see how to structure the pages within sections so that users can use the existing links they have.

Should I be looking at the Categories section of Drupal for this ?

I;m a bit confuddled at the mo.

Olly

Comments

nevets’s picture

To get the same URL's you will first need clean URL's enabled (other wise the URL shows index.php?=). The path module allows you to specify an alias for the content. If you are using taxonomy to categorize your pages and the title of each page is reflected in the URL you could also you the path auto module.

Side note: You can not have directories under your root (like services) if you want the path alias to work.

oliverm-1’s picture

nuts, using IIS :S