Check your typing in the hraccess rule. I visit your link and if I remove:
Quote:
|
//home/sites/worldofchat.co.uk/public_html/Forum
|
I arrive at the forum.
Somehow you are including the domain name as a folder name plus the server root path, not the webroot path.
Server root includes everything from the root of your account as seen in your ftp client up through and including public_html. Public_html is the folder the server uses to hold your web pages.
|