Quote Originally Posted by PSClarke View Post
Boby,

you need to add the htaccess file into the root. Drop me a line at [email protected] if you can't work out what code you need in it.

Now for my problem :-)

I have multisite up and running but can't see where it shows which site the orders are coming from - anyone give me a hint?

The sites are:

http://www.chandlery-online.com
http://www.chartroom-online.com
http://www.nauticalcharts-online.com
http://www.imraycharts-online.com
http://ww.admiraltycharts-online.com

Peter
In your database, add a column to your ORDERS table called SITE_NAME. (varchar 32, NULL by default will do fine)

In the orders class, AFTER the $sql_data_array array, add:
PHP Code:
//Multisite Module - Add the order_site in the order table
$sql_data_array['order_site']=ORDER_SITE;
//eof Multisite Module 
Perhaps you can help me with the problems I have with multisite and ultimate seo?
You mentioned something about making edits to the htaccess?