I install a clean version of Drupal 10 using Composer, `./composer.phar create-project drupal/recommended-project drupal`
The installation script runs fine but comes with this warning: "Your server is capable of using clean URLs, but it is not enabled. Using clean URLs gives an improved user experience and is recommended. Enable clean URLs"
I complete the installation script and I see my site. As soon as I click a link, ie. "Reports" I get this error: "The requested URL was not found on this server." The requested URL is https://..../admin/reports
I have a D7 site in which my images (for years) have been installed in a separate directory ('filestore') at the base for the drupal installation. The group for that directory is http, and the configuration of the file system points to that location. The site renders properly (theme, images) except for the images under posts. For some reason, the image html is rendering as <img src="/filestore/<user>/filename", but while the file is under the filestore directory (under a user there) and permissions are all as required, the image does not render.
Hello Everyone, I am new to using Drupal. I am trying to use/install Drupal with Oracle Database (due to project requirements). I have searched on the internet but could not do it, also there seems to be very less information regarding this as well.
I would be very grateful if anyone helped me with this.
I'm trying to find a quick and easy local development solution for my project. I tried Lando but it seems like there are some performance issues because loading pages in Drupal is quite slow.
Before that, I used Laragon and loading pages in Drupal was almost instant. But it seems that most local development solutions only support Drupal 7 or 8. Why is that? Is there something wrong with 9 and 10? I noticed that Drupal VM also only supports 7 and 8. Is there a reason for this?