Dear all,

I would like to config the IG shop to my web site. Let say my domain is <<www.mydomain.com>>. And my server is running on Fedora 2, PHP4, Apache2 and MySql3.x.

Any idea how to build the web site? I would liek to build the docs root is www.mydomain.com instead of www.mydomain.com/shop.

I have followed the procedure to deploy my web site, but it display nothing in the front page. Which step is missing to me?

================================================== ==============
Installation Instruction
================================================== ==============

Server requirements:

To install iG Shop you need ftp and mysql access
account to your server and your server must be running PHP 3 or
above.

If you have all the above then follow the steps below to install iG Shop.


1. Please unpack the zip archive named igeneric_shop.zip to your pc.
After the unpack please find all files in /ig_shop folder on your pc.

2. Use your favourite ftp client and log on to your server.
Go to your default site folder named in generally /html, /htm, /httpdocs or
/htdocs(depending to your server type).

3. Upload all /ig_shop folder content to this folder directly, or create one
custom folder (ex. Shop) on your /html folder and upload the files to this.

4. After the upload, change the chmod to 777 on the following folders and subfolders :

/brand_logos
/category_images
/category_images/thumbnails
/category_images/thumbnails/100x100
/category_images/thumbnails/150x150
/category_images/thumbnails/70x70
/product_images
/product_images/logo/thumbnails
/product_images/logo/thumbnails/100x100
/product_images/logo/thumbnails/150x150
/product_images/logo/thumbnails/70x70
/product_images/thumbnails/100x100
/product_images/thumbnails/150x150
/product_images/thumbnails/70x70
/product_images/thumbnails/90x90
/tmp

5. Edit the autp.php file and set your mysql access details :

<?
mysql_pconnect("your_database_host_name","your_mys ql_user_name","your_mysql_password");
mysql_select_db("your_mysql_database_name");
?>

6. Start your favourite browser and go to http://www.yourdomain.name/shop_loca...ke_symlink.php
On this moment the make_symlink.php creating the needed symlinks on the /admin folder :

/admin/image
/admin/product_images
/admin/category_images
/admin/brand_logos
/admin/templates
/admin/auth.php
/admin/auth.php3
/admin/tmp
/admin/session_variables.php
/admin/session_variables.php3
/admin/class.cacheFastTemplate.php
/admin/class.cacheFastTemplate.php3
/admin/class.FastTemplate.php
/admin/class.FastTemplate.php3

7. Please log on to mysql(phpmyadmin - if you have) using your account details and dump
the ig_shop.sql file located on your pc, at the unpacked shop folder /ig_shop/ig_shop.sql

mysqldump yourtatabasename < ig_shop.sql



When I go to http://www.mydomain.com/admin/ and see nothing.

Thanks for your help.