Hi Jose,
Thanks for the post!
I took a quick look at your site and I think you'll just want to make one change to your Server Side Includes (SSI) to get them up and running.
I noticed that on the www.expat-village.com website the search.cgi script is being run from outside of the /cgi-bin/ directory.
This means you should actually be able to change your SSI to actually look something like this:
<!--#include virtual="/path/to/artman/exec/search.cgi?perpage=5&cat=29&template=Headlines_Left_Column.html" -->
<!--#include virtual="/path/to/artman/exec/search.cgi?perpage=5&cat=31&template=Headlines_Right_Column.html" -->
You'll just want to have a look on the server to see where the /artman/ directory is actually located and replace "/path/to/" with the actual path to /artman/.
I hope this helps and if you have any other questions feel free to let me know!
