I am building a Drupal 8.8.1 new site on my home machine. It works perfectly if I use an address like http://192.168.1.5/bpc/bpc/web
But if I use https://192.168.1.5/bpc/bpc/web/ The home page works, but all others require "?=" to work. So clearly, mod_rewrite is not working for https. I don't think the .htaccess files distinguish between http and https, so I think this must be somewhere on my apache2 server. Any ideas?
I just started a new job as the manager for a development team but I don't know anything about Drupal (I'm a c#, Python, MEAN full stack engineer).
Where can I obtain documentation about "How To" address 508? I searched documentation site but did not find anything. I'm looking for answers to questions like, "Must you use themes to address 508?" and "Can you address 508 without applying new themes?" and, most importantly, is there a document listing all 508 standards as it would apply to Drupal?
Is there any difference on how Drupal handles download of different file types (PDF vs STP)?
I setup Private File System for the files that can be downloaded only by Authenticated Users. We have 3 types of files: .pdf, .stp and .step. Two last file types are 3D model files. As a result the PDF files are downloading as expected but STP and STEP can be only downloaded if you're logged in as Admin, otherwise: "You are not authorized to access this page". Am I missing something?
I have a clean install D8.8.1 and my logo.svg set up. Testing shows that it is indeed responsive. The concern is it is too large on laptops and computers. So much so it fills the screen 100%.
I found the CSS but it set minimum size but not a maximum size. There are 594 rules in there. I do not want to break anything. I am basically a small business owner and I do this in part to advertise but also as a hobby.