I've been playing around with drupal for a while now and got a test site working fine but I recently switched servers
the problem is that on the old site i used apaches basic autentication and the RewriteRule to protect prying eyes
now that i switched this method doesnt work
what is confusing is that no errors appear and both RewriteRule and basic authentication work independently but not together
how can i go above solving this, both server are running 1.3, i was wonddering could drupals own htaccess affect this
Hi.
using the multipage_form_example structure - is it possible to make some API feilsets (ie 'file attachment') visible in a single page , and hidden on others ?
Hi.
I'm building a 4 page form based of multipage_form_example. There is a function hiding irrelevant form fields for ant page. The problem is that markups are left behind and visible in all pages.
I tried adding:
For a new 4.7 installation, both the Recent posts block and the Active forum topics block is showing on the front page, even if anonymous users does not have access to the content.
How can this happen?
Those blocks only have their default block settings, visible to everyone, cannot be turned off by users.
They should still not be visible for anonymous on a site where the "access content" permission is turned off for anonymous, right?
I'm pretty much a newbie when it comes to drupal and php. I have been testing it for week now. Yesterday I was messing around with modifying themes. I was searching the drupal handbooks and found a php statement print_r($GLOBALS). If for some reason users were allowed to post php code, they could print the globals, including the username and password for your database. If your using a hosting service that allows phpMyAdmin access over the web this would allow someone to mess directly with your database.