I know - it is not advisable to run such old version of Drupal as 6.x (and even 7.x for that matter) for so many reasons, most important of which are security.
But for those who have no choice for whatever reason, here is a very easy and quick way to make everything work.
(not sure about if you have some different custom, non-Drupal core modules, of course).
After my hosting provider forcefully upgraded PHP to at least 7.4, my Drupal 6.33 sites stopped working (blank page).
I've managed to do so using a nginx proxy. However, none of the internal links and resources work because they always refer to "https://example.com" where they should refer to "https://example.com/drupal".
When I install Drupal 9.4.8 to a subdomain (sub.mysite.com) I get 404s in all pages except the home page. I installed the demo content that comes in built with Drupal 9. I also get 404s throughout the admin pages.
My htaccess below has a chmod of 644 and is being read.
I can't see base_url in settings.php (mentioned as a fix in Google) and I'm hosting on Digital Ocean with WHM/cPanel on Centos.
Do I need to amend the htaccess? Any suggestions please?
hey everyone, i just started with drupal and i want to set it up with lando, the problem is when i do > lando start , the app starts up correctly, but the APPSERVER URLS are all red and i get a Not Found message when i want to open the pages.
First, I'm completely new to this and don't know where to start to ask for help. I think I screwed up my Lando/Docker installation. When trying to execute a commands in Docker, I have to specify "Lando Start" or "Lando Info" for example instead of "Start or "Info"
On top of that, I was using Bartik as my theme and I switched to Zen, and am now getting a "The website encountered an unexpected error. Please try again later." and cannot access anything on my site, and cannot get it back to Bartik!