cms
portal
article
main
others?

Which one you recommend/prefer and why?

Thanks!

Comments

dania-1’s picture

I prefer and recommend "portal".

Success’s picture

Thanks. How about others?

Neil Adair’s picture

I use main and test, temp and backup dirs for saving settings files and database backups for upgrades.

Neil

Success’s picture

So your drupal is installed in "main" meaning your url is in this format: domain.com/main/node/ ?

Neil Adair’s picture

Yes drupal is in /main

No url format doesn't include the document root directory. It is domain.com/node this is set by the base url in settings.php

Neil

Success’s picture

I installed my drupal in a subdirectory.

I tried removing the subdirectory name from my base url and my links are not working.

CSS file don't load.
Node links don't work without the subdirectory part.

Neil Adair’s picture

It doesn't really matter where the code is. The url and document root can be set in the Apache configuration. If you don't have that kind of access, yes the subdirectory will have to be included. It is only the root directory which is not included in the url (depending on the Apache config)

Neil