Thank you so much anna for your quick response. I'm very impress with the help that x10hosting is giving even if the service is free.
I have done the instruction but I'm having 404 error message always.
I have done some research but they have also the same instruction.
I posted here my .htaccess i think this will be needed for you to help me.
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?kenya.x10.mx$
RewriteCond %{REQUEST_URI} !^/kenya.x10.mx/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /kenya.x10.mx/$1
RewriteCond %{HTTP_HOST} ^(www.)?kenya.x10.mx$
RewriteRule ^(/)?$ kenya.x10.mx/index.html [L]
Just for testing I only put now one file on the "kenya.x10.mx" subdirectory which is index.html with a basic hello world code.
Add: I tried it on another webhosting company and it works. Maybe something to do with Lotus server that causing me this 404 error..?