I'm using drupal 9. Working on xampp(localhost) server. I have imported database and and copied the project in xampp folder. When I run the project, Home page works fine but If I click on any other pages(like about-us), the site redirects to old site.
I tried searching for $base_url in settings.php. But I didn't find the line. I'm new to drupal. Kindly help me.
I am new to Drupal and I am having some issues installing Drupal with composer for some reason once I type "composer create-project drupal/recommended-project folder" in the folder I want to create my new project it just stays there without any further progress or response from the terminal just "Creating a "drupal/recommended-project" project at "./folder" " I don't know what is happening...
I am using group module to set up a membership site which will access by different departments. The site works as expected that each department only can post/view own articles. but the search cannot be integrated with group but returns all related nodes were created by all groups. May anyone expertise help an idea? very appreciated! Thanks!