Saturday, November 22nd 2008 | dance | trends | lot10 on Squidoo | my zimbio
Google

What-is-ASM.com ::

Sub-Directory Install


Knowledgebase
Installation
Browse Nodes
Customization
Integration
WebDev
Interconnect
New On Squidoo
Browse Node Lookup
The Way Of The Web
Deals & Steals
OneAutoBox
OneHomeChoice
OneHotFuzz
OneHotPick
OnePhotoBox
OneShoeBox
OneToolBox
OneWatchBox
PickABag



The extract below is part of the readme.txt file that comes together with the download zip, as a guide to both if you are having any installation problem (on your specific server) and if you are having a problem to run Amazon Store manager from a sub-directory of your domain.

Troubeshooting
-------------------------------------
If you use SEO mode, and it gives you an error, please open .htaccess and find this line:

RewriteEngine on

Replace it with these 3 lines:

Options +FollowSymlinks
RewriteEngine on
RewriteBase /

Change RewriteBase to point to the folder the script is installed in. For example, if the script is located at http://www.yoursite.com/amazon/ then change RewriteBase to look like this:

RewriteBase /amazon/

Note: If you decide to use seo mode, then make sure you upload the contents of .htaccess to your server as it is included. This will configure the script to run in Search Engine Friendly mode.

Feel free to distribute this as you wish.
Enjoy.


Tha same applies that when you are instaling Amazon Store Manager in a folder or sub-directory you must also set the configutation so that ASM points to the named folder. Foe example if your installation is in the /shopping/ folder, then you config.php file must reflect the direction :
$sitename = "YourSiteName";
$siteurl = "http://www.yoursite.com/shopping/";
$adminemail = "yourname@yoursite.com ";
$AssociatesID = "YOUR-ASSOCIATES-ID";
$SubscriptionID = "YOUR-SUBSCRIPTION-ID";
$locale = "us"; // uk,de,jp

If you are using ASM in the SEO mode, an aditional configuration setup is also done to the .htaccess file. Edit the .htaccess file with your favorite editor and change the following line from
RewriteEngine On

to

Options +FollowSymlinks
RewriteEngine on
RewriteBase /shopping/

Hope it works for you just as it works for us.


© 2005, dinodino :
All articles/tutorials are copyright and may not be reproduced without prior consent of their owners.


Copyright © 2005 - 2008   All Rights Reserved   WebDev by : What-is-ASM.com