- Domain Name
- Web Hosting Account - Opening and Basic Setup
- Web Hosting Account - Installation Drupal 5.7 (Applicable for 5.12 Too)
- Welcome To Your New Drupal Website!
- 'Standard Web Site' - 4 Pages
- Basic Concepts In A Nutshell
- Basic Site Settings, File Configurations
- Web Site 'Looks' Or Default Templates
- Contributed (External) Modules/Themes In 'public_html/sites' Folder
- Add Theme (External) - Aberdeen
- Adding 'External'/Contributed Module - Nodewords For Search Engine Keywords
- Feedback Form For Visitor To Send
- Image Gallery
- Learn To Put An Image Using HTML Image Tag
- Changing Background, Styling of Themes
- For Multiple Websites With One Drupal Installation
- Trouble Shooting
- A Word About Taxonomy
- Some Basic Tools We Need
- Creating Book Content - Using Book Module
- User Settings And Our 3rd 'Login' (Authenticated) User 'Sam'
- Creating Blog Content With Attached Image Module
- Security, Security, More Security
- How To Upgrade Drupal 5.7 To 5.8
- Storage And Bandwidth - How Much We Need?
Basic Site Settings, File Configurations
Status Report - Run Cron Manually And File System Setting
Go to your Drupal web site at http://www.my_domain.com/.
Login username 'eve' and password.
Select > Administer

Notice the red highlight and 'status report'.
(continue) > status report

Notice: red highlights 'Cron maintenance tasks - never run' and 'File system - not writable'.
(continue) > run cron manually [note: we configure cron jobs another time] > file system settings page

Notice: Message "The directory files has been created". A new folder 'files' is automatically created at cPanel /public_html/files. We shall check this later.
(continue) > Save configuration > Administer

Notice: the red highlight is no longer there.
[scroll down] > [Logs] > Status report

Notice: All green, 'Cron last run' and 'File system Writable'.
For security purpose, it is essential to have all green ticks i.e. good to go.
Site Configuration - Set Clean URLs
Select > Administer
Put your cursor at say, 'Site building', notice the path at bottom-left like:-
http://www.my_domain.com/?q=admin/build
(continue) > Site configuration > Clean URLs > Run the clean URL test [page should refreshed] > [Clean URLs] Enabled] > Save configuration
Put your cursor again at 'Site building', the path is now:-
http://www.my_domain.com/admin/build
'Clean URLs' has taken away the '?q=' thing.
| Learn How To FTP files here |
Other Quick Site Settings
Select > Administer > Site configuration > Site information > [Name] My_Domain.com > [E-mail address] adam@my_domain.com > [Slogan] 'the slogan line here' > [Footer message,type] Copyright © 2007 My_Domain.com All Rights Reserved > Save configuration.
Select > Administer > Site configuration > Date and time > [Default time zone] > [scroll down, for Malaysia select] Day date/time+800 > [Configurable time zones] Disabled > Save configuration.
cPanel - Check To See Newly Created 'files' Folder
Go to http://www.my_domain.com/cpanel
Login username and password.
Select > File Manager > Go

Notice: the /files is 775.
(continue) > files > Change Permissions

(continue) > [Group/Write] uncheck > Change Permissions [new permissions 755]
Select /files/htaccess

Notice: the /files/htaccess is 664.
(continue) > [Group/Write] uncheck > Change Permissions [new permissions 644] > X (Close File Manager)
Select > LOGOUT