Hmm.. I would have to say that if you want your blog to be the main site (www.mahix2.com) then you should put all the files under:
/home/virtual/site11/fst/var/www/
Otherwise, WP will use the following URLs to include scripts:
http://www.mahix2.com/wp-blog-header.php
http://www.mahix2.com/wp-admin/index.php
When really your site is set up like:
http://www.mahix2.com/wordpress/wp-blog-header.php
http://www.mahix2.com/wordpress/wp-admin/index.php
You can do 1 of two things:
— Move the files from under the wordpress folder to your general www folder
— Point wordpress back to it’s correct spot (mahix2.com/wordpress)
~Brett
Have you checked out the PermaLink structure yet? I had problems with my comments, and fixed the PermaLinks structure to be:
/index.php/%year%/%monthnum%/%day%/%post_id%