Customize the Student Website Server

Introduction

You may customize the website server to fit your needs. The following describes some to the simpler things you can do.

Page Title and Header Title

To customize the page title and header title you only need to change several files in the C:\xampp\htdocs\students\ directory.

In the HTML file(s) modify the <title>...</title> and <header>...</header>.

In the PHP file(s) modify the $pagetitle and $headertitle variables.

You should also customize the files in the C:\xampp\htdocs\students\default directory. (They are copied to all newly created websites.)

favicon.png

To change the favicon, replace the favicon.png file or delete it altogether.

header01.png

Replace or delete this file to change the header image.

studentwebsites.css

Modify this file to override the styles in the style1.css file.

Default Website Directory

This is the directory that contains the default website files when a new website is created. All of the file in the default directory (that are not directories) are copied to a new websites when it is created.

Change the default website files