I am working on a D10 site with IIS. Whenever I create a field for a content type I am redirected to a 404 page. When I go to edit the field, I am redirected to a 404 page. The following url is what drupal is creating:
The end of the url looks wrong, and I cannot figure out how to rewrite it. I have pathauto enabled. I cannot edit field paths in Drupal 10 it seems. I have Clean URLs enabled and my iis web.config rewrite rules are working correctly. This is happening for all fields
D10
ckE 5
By default all the inline files (mainly images in my case) are stored in one single foldersites/default/files/inline-images.
I worry if this is a safe way when the site is highly populated with inline files. (Let's say several tens of thousands images)
Is there a way to split the storage? (For example 1 folder per content type. or 1 folder per year/month as in image fields)
I am working on a project where user credentials need to be shared between a Drupal CMS and a FTP server, and so are going to be stored on an LDAP-managed directory service. All personal data of users have to be stored on the directory service and they have to be mapped to corresponding Drupal fields for the users. Other data, that is whatever I don't consider "personal data", should be stored on the Drupal CMS only.
Besides, on the directory server I will have to create several users automatically.
I have an already running Drupal 10 site with a specific configuration (some content types, contents, views, specific file system configuration, etc.) and I have acquired a new theme for this site.