Good morning,
I've recently been tasked with moving a client out of a shared hosting environment into an AWS environment where all the infrastructure was hosted and supplied by Amazon. The client is using a dated version of Drupal, but luckily I've been able to move the environment over and have it function, except for one piece.
Some months back I heard that Drupal.org was migrated from D6 to D7 and I think, I had also cross checked using wappalyzer tool.
But today when again I noticed on drupal.org using wappalyzer tool, It's just showing me "Drupal". It means drupal.org is still on Drupal 6.
When I go to /user or /user/register my page gives me a 404, does anybody know why this could happen?
Here is a few tidbits about my page that people talk about when they have similar issues:
1.) If I clear cache everything works for a bit, but eventually it breaks again
2.) I am using clean urls, adding ?q= does not help
3.) I have .htaccess in my root, but not sure if it is setup correctly
4.) I have a base_url in my settings.php file
Hello everyone. I am having a problem with my gallery only showing the images if I log into the site and go to the gallery page. If I log out of the administration side the link to the gallery is still there and I can navigate to it but the images aren't visible. I have even tried installing different gallery modules and they do the same thing. Has anyone come across this problem and have any suggestions on how to fix it? I fairly new to Drupal.