Drupal Access Denied
Recently i've moved my drupal files into a subdomain and somehow i cant manage to log into the admin page. Nothing wrong with the password or id but still it returns Access Denied.
Then i found this fix somewhere on the net.
In your settings.php looks for
Then i found this fix somewhere on the net.
In your settings.php looks for
$cookie_domain = 'domain.com';
uncomment it and change it to your domain.
Comments
Post a Comment