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.
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!
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!
On Mon, 2007-11-26 at 01:33 +1100, Gordon Heydon wrote:
Hi,
There is a node weight module that will do this for you.
Perfect!
Thanks Gordon!