Because of the inconveniences when updating Drupal core, I have Drupal files under a subdirectory: ~/public_html/drupal/ This way, I can dup the directory to update the core and test drive before the switchover. However, I still need the drupal directory to be the root to the public, so I put this in .htaccess: RewriteRule (.*) drupal/$1 [L] This works great. Public audience doesn't see /drupal/ subdirectory. However, this killed all of my sub-domains such as private.mydomain.com. I guess I can copy all the sub-domains' subdirectories under drupal directory but I do not wish to do so for obvious reasons. Any help would be appreciated. -- - Hiro Hiroaki Honshuku, A-NO-NE Music, Boston, MA <http://a-no-ne.com> <http://anonemusic.com>
Hi, Is there a way to control the order of teasers that are shown on the front page? I know about the 'sticky at the top of lists' option, but that can only be applied to one item. I have tried adjusting the weights, but that apparently only controls the order in a menu. Thanks! -- Bob Smither <Smither@C-C-I.com>
Hi, There is a node weight module that will do this for you. Gordon. Bob Smither wrote:
Hi,
Is there a way to control the order of teasers that are shown on the front page? I know about the 'sticky at the top of lists' option, but that can only be applied to one item.
I have tried adjusting the weights, but that apparently only controls the order in a menu.
Thanks!
participants (3)
-
A-NO-NE Music -
Bob Smither -
Gordon Heydon