On the off-hand chance the site owner checks his/her logs and visits the thread to see where all the traffic is coming from: The PHPSESSIDs in your urls are not SEO friendly and will make it very hard to rank for your internal pages. Create a file called php.ini and add the following: url_rewriter.tags = "" session.use_trans_sid = 0 session.use_cookies = 1 session.use_only_cookies = 1 Code (markup): This will get rid of those pesky PHPSESSID's. Next, add this to your .htaccess file so that if SE's have already indexed urls with the PHPSESSID's in them and revisit, you can redirect them to the real pages: RewriteCond %{QUERY_STRING} ^PHPSESSID=.*$ RewriteRule .* %{REQUEST_URI}? [R=301,L] Code (markup): Thought I'd throw in some help while I was browsing the thread
i would like like to say that use joomla open source for the same .. it will have all this functioanlity ... if you wish we can do work for you !!