I would like to display 200506A on page 1 and 200506B on page 2. I have a one scheduling database on drupal side and inventory database for manage the inventory. On scheduling database Professional investigator request for the intrument through the scheduling database drupal side and sometimes that instruments needs to send two location 200506A means Antartica and 200506B means Berlin.So we store this instrument id with letter in inventory to identify location of the instrument.
I don't use a domain for my website anymore and instead view my site with an address like http://158.106.190.79/~mywebsite/. Since this change, however:
I am struggling with the following case with Drupal and PHP hardening on an Red Hat Linux infrastructure.
For drupal installation a user has been created. All the files and directories are owned by this specific user. Due to the security hardening that we have applied, we restricted chmod from PHP and now drupal is not working properly. In order for new content to be uploaded to site from the Administrative panel, chmod is being used so that files should be uploaded under /sites/default/files with the proper rights.