46 | Customizing The AXIS 230 | AXIS 230 |
Custom Web Pages
The AXIS 230 contains a
Customizing Procedures
The existing web pages are stored in a compressed
All files stored in the /etc/httpd/html directory are available through the product Web server in the virtual directory /local/. The URL to pages in the /etc/httpd/html directory is http://IP/local/<filename>.htm.
Editing and Storing Your Web page
Follow the instructions below to save your own pages in the AXIS 230:
1.Using an html editor, create your html file and store it on your local PC hard drive.
2.Now use FTP to upload the file to the AXIS 230. Enter the following on the command line:
Example!
ftp 192.168.0.125
3.Log on as root. The default password for root is pass, but this may have been changed.
4.Change to the correct directory in the AXIS 230 by entering the following command:
cd /etc/httpd/html
5.For binary storage of files (not absolutely necessary, but good practice), type bin.
6.Upload your html file by entering:
put <filename.html>
7.Start your browser and view the page you uploaded, by entering the following URL in the location/Address field:
http://192.168.0.125/local/<filename.html>