0,2 -> 0,21
Russian translation. Thanks to Yurik_A.
0.1.1 -> 0,2
AddType application/x-httpd-php .php
AddType application/x-httpd-php3 .php
See the .htaccess question in this FAQ if you don't know how to do this.
How do I edit the .htaccess file?
Well, first of all you need to establish whether there's a .htaccess file in your document root or not. This can be
done be performing the following test: Point your browser to http://yoursite.com/.htaccess (note the dot before "htaccess"). If you get
a 404 error (File Not Found), there's no .htaccess file in your document root. However, if you get a 403 error ("Forbidden"), there's a .htaccess in your document root.
If you don't have a .htaccess file, you will need to make one. Open a text editor, click "New" and write the necessary lines (the lines are shown elsewhere in this FAQ). You should not write anything else besides these lines -- no HTML tags, no PHP tags, etc.
When you're done writing the file, upload it to the server and place it in the document root. Perform the test above to make sure the file has been placed in the right location.
If there's already a .htaccess file in your document root, all you need to do is load this file into a text editor and add the appropiate lines at the bottom of the file (the lines you need to write are shown elsewhere in this FAQ).
DiskSpace says that I have used 0 disk space on my web site account even though I know that I have used a lot more.
This can be caused by two things: