First of all, thanks for this wonderful module.

I imported more than 300 pages of my static site into drupal. At the end of each page, I see an 'archive' link - which points to the htm file in the /static folder. I want to remove this link. Can you please tell me how?

Comments

dman’s picture

Status: Active » Fixed

That's from the optional, experimental 'static.module' that is distributed in the same bundle (as it demonstrates a use of some of the import/export routines) but isn't really intended for prime-time yet, unless you have a true use for it.

You enabled the optional 'static' module. You didn't need it. Just turn it off in your modules page. Delete the /static folder too if you like.

deadlyminds’s picture

Thanks Dman. I disabled the static option and re-imported the files. It works well now.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.