Drupal Developer portal 404 Page

My drupal developer portal is running on the intrenet at IP:8079 . This has been now exposed over internet via a network loadbalancer radware so thats its accessible on https.The login page does not show up except I get PAGE NOT FOUND 404 . What could be the issue. See screenshot.

10969-drupal-404.png

0 3 175
3 REPLIES 3

well I'm not sure this is default 404 design of drupal, do you have custom theme or some software before the drupal that gives 404?

anyway, you need to see in your Apache httpd.conf file where is the DocumentRoot leads to. Also check .htaccess if there's any. Worth checking routing as well, but more info on the case required, too little info provided to understand where 404 comes from

I am using Apigee 4.17 ,Drupal 7.53 and nginx for my set up. The page shows when opening the domain name configured on load balancer

As you're using load balancer,

You may need to set following variables

  • $settings['reverse_proxy']
  • $settings['reverse_proxy_addresses']
  • $settings['reverse_proxy_trusted_headers']

Read more information on using load balancer in Drupal