HTACCESS Individual Domain 404 Code Instructions:
Placing a .htaccess in your main html directory on your domain(s) will allow any page not found on your domain to redirect to your desired Review Directory.
Place the following line of code in a text file named htaccess.txt and upload via ASCII mode to your main html directory and then rename to .htaccess
ErrorDocument 404 http://www.??????????.com/index.html
Note: Be sure to change
?????????? to your Directories address as sent
in your setup/welcome email.
To summarise the steps, they are as follows:
Create a text file, and
add the single line of code.
Upload the file to the domain, and rename it .htaccess
TEST! By typing a weird URL in the address box - you should get the directory
home page (index.html) to load as specified in the single line of code.