Web Site Replicator v3.2
Created by Mike Watkins of Envex Developments
Uploading Everything
The next thing you need to do is upload all files to your web server. To do this, first connect to your web server
via FTP. If you do not know how to use File Transfer Protocol (FTP), please click here
to go to the FTP tutorial we included with this manual. Once logged in to your web server, please follow these steps.
- Upload the wsr_data directory
- Create a directory on your server called wsr_data. For security reasons, we recommend you put
this directory below your document root, which is where you should be right now.
- Upload the contents of the wsr_data directory, from the zip file, in to the wsr_data directory you just
created. Make sure you upload everything in ASCII mode!
- CHMOD the wsr_data directory as follows:
- wsr_data - 777
- wsr_data/dat - 777
- wsr_data/htmlt - 777
- wsr_data/wsr.conf - 777
- wsr_data/dat/ (All .dat files inside directory) - 777
- wsr_data/htmlt/admin - 777
- wsr_data/htmlt/members_only - 777
- wsr_data/htmlt/public - 777
- wsr_data/htmlt/public/index.shtml - 777
- wsr_data/htmlt/members_only/index.html - 777
- Upload the cgi-bin directory
- Change directories on your web server to your cgi-bin directory, where all of your CGI
scripts are stored.
- Create a new directory inside your cgi-bin called wsr
- Upload the contents of the cgi-bin directory, from the zip file, in to the cgi-bin/wsr
directory you just created. Make sure you upload everything in ASCII format!
- CHMOD the cgi-bin directory as follows:
- cgi-bin/error.cgi - 777
- cgi-bin/install.cgi - 755
- cgi-bin/newuser.cgi - 777
- cgi-bin/reminder.cgi - 777
- cgi-bin/update.pl - 777
- cgi-bin/admin - 755
- cgi-bin/admin/.htaccess - 777
- cgi-bin/admin/admin.cgi - 777
- cgi-bin/admin/ (All .pl files inside directory) - 755
- cgi-bin/lib - 755
- cgi-bin/lib/ (All .pl files inside directory) - 755
- cgi-bin/members_only - 755
- cgi-bin/members_only/ (All .pl files inside directory) - 755
- cgi-bin/modules - 755
- cgi-bin/modules/exec.pl - 777
NOTE:
If you are familiar with installing CGI scripts, you are probably thinking that
some of the permissions above are wrong. They are NOT! Please CHMOD all of the files to
the exact permissions as stated above, or the script will not install correctly.
- Upload the html directory
- Change directories on your server to your document root. This is the directory where your web pages are stored.
This is usually a directory called, html, www, public_html, or something like that.
- Upload the contents of the html directory, from your zip file, to the document root of your web server,
which you should now be in. Make sure you upload everything in ASCII mode!
- CHMOD the html directory as follows:
- html/show.cgi - 777
- html/members - 777
- html/members_only - 755
- html/members_only/.htaccess - 777
- html/members_only/members_only.cgi - 777
- Upload the images directory
- Change directories on your server to your images directory, where all of your images
are stored. If you do not currently have one, create a directory called images inside your document root,
which is where you should be right now.
- Inside your images directory, create a new directory called wsr
- Upload the contents of the images direcrory, from the zip file, in to the new images/wsr directory you just
created. Make sure you upload everything in Binary format, NOT ASCII!
- You do NOT need to CHMOD any of the files in the images directory.
< Prev |
Next >