3
Some pointers for you...
The actual code you want to install is included in the zip file under the directory "htdocs" you want to create a folder on your server that will be your base site and it is a good idea to use a simple name you can easily remember.
On my server I use for testing my 2.5.7 installation:
c:\wamp\www\x257
So with this I take the contents of the htdocs and copy this to the above mentioned folder.
This will allow me to go to the site by using the following URL:
http://localhost/x257In your setup it looks like you copied the whole zip file over so you will have to access with the URL:
http://localhost/xoops-2.5.6/htdocsWithin this htdocs directory you have two folders as mentioned by Mamba. These are the folders refered by the settings you mentioned so in order to use them you would have to do the following on your system based on your settings:
move contents of C:/wamp/www/xoops-2.5.6/htdocs/xoops_lib to:
C:/wamp/richlib
and move the contents of C:/wamp/www/xoops-2.5.6/htdocs/xoops_data to:
C:/wamp/richdata
You won't need the xoops_lib or xoops_data folders any longer since your richlib and richdata are used in place of them.
This should all be spelled out in the documentation Mamba provided links for.
Rodney