" Forbidden You don't have permission to access / on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request"
These words display in the web browser when I browses my website www.fpdblog.org
But I has done as the install.txt of drupal. Let's see what I has done.
1 I set up a web space in lunar whose url is http://www.lunarpages.com.
2 I downloaded the drupal's setup program "http://drupal.org/files/projects/drupal-4.7.0-beta2.tar.gz"
3 I extracted it and upload to my webspace. You can see the result in this page.
http://www.flickr.com/photos/53479095@N00/74414134/
4 I create a database of Mysql and a database user , grant the user has all privileges of the database.
I has done these thing by Cpanel. The database name is "blog", and display"fpdblog2_blog".The database user name is "terry",and display"fpdblog2_terry".
5 I also import the database.mysql to fpdblog2_blog with phpMyAdmin.
6 I edit the settings.php with below changes.
"$db_url = 'mysql://username:password@localhost/databasename';"
to "$db_url = 'mysql://fpdblog2_terry:cheng5@localhost/fpdblog2_blog';"
"$base_url = 'http://www.example.com';"
to "$base_url = 'http://www.fpdblog.org';"
Why the drupal still can't work?
Thanks!
Comments
htaccess
Now I think maybe the problem is htaccess.
Here is my htaccess's code .
How can I edit it?
Wrong directory :-)
You're one level too high. You've got to put Drupal in the public_html (www) directory, or a subdirectory thereof.
- Robert Douglass
-----
My sites: HornRoller.com, RobsHouse.net
It is OK. Thanks!!!
It is OK. Thanks!!!