By shmu80 on
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
admin
Does
adminon 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
It has no admin directory in
It has no admin directory in my drupal setup? Is it that's cause the problem?
Please advise.
Thanks.
I asked two questions: What
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
If I key in the URL/admin, I
If I key in the URL/admin, I get HTTP 500 Internal Server Error.
HTTP 500 Internal Server Error
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
___________________
It’s in the detaιls…
demonstration portfolio
Hi
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.
Hi The Page Not Found
Hi
The Page Not Found problem still happen after I add index.php as you mention from your message.
Please advise.
Thank you.
Hi
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.
I still get HTTP 500
I still get HTTP 500 Internal Server Error after I restart the apache server and my system.