I am fresh in Drupal. I just installed Drupal version 6.2 and start learn on Drupal.

However, after I login with the admin user, while I click on Administer from left navigation, it hit Page Not Found issue, but if I key in the url as admin/build/, admin/build/menum, admin/content and so on, the particular pages will be display.

I assume that the problem only happen for Administer, but the sub category for Administer are work fine.

May I know why this problem happen and how to fix it?

Please advise.

Thanks

Comments

zeta ζ’s picture

Does admin on its own, work?

Do you have a directory admin/ in your drupal setup?
___________________
Explore your /admin page!
It’s in the detaιls…

demonstration portfolio

shmu80’s picture

It has no admin directory in my drupal setup? Is it that's cause the problem?

Please advise.

Thanks.

zeta ζ’s picture

I asked two questions: What happens if you key in the url /admin ?

You should not have a directory /admin , so that is fine.
___________________
It’s in the detaιls…

demonstration portfolio

shmu80’s picture

If I key in the URL/admin, I get HTTP 500 Internal Server Error.

zeta ζ’s picture

This is the error you need to solve.

Check that you don’t have a file called admin.* (admin.htm, admin.html etc.) then search this site for information about 500 Internal Server Error
___________________
It’s in the detaιls…

demonstration portfolio

teyser’s picture

HI,
In apache conf folder is there?Just serach the index.html
If you found, put index.php near to index.html

For ex:It's look like this

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#

DirectoryIndex index.html index.php

Thanks,
Raj.

shmu80’s picture

Hi

The Page Not Found problem still happen after I add index.php as you mention from your message.

Please advise.

Thank you.

teyser’s picture

Hi ,
After add the index.php in hhtp/config file...Just restart the apache server and your system.then only your changes are affect the site..

Thanks,
Raj.

shmu80’s picture

I still get HTTP 500 Internal Server Error after I restart the apache server and my system.