Options -Indexes

# Follow symbolic links in this directory.
Options +FollowSymLinks

# Customized error messages.
ErrorDocument 404 /index.html

# Set the default handler.
DirectoryIndex index.html index.php

DirectoryIndex index.htm index.php 

ErrorDocument 400 /errordocs/400.php

ErrorDocument 401 /errordocs/401.php

ErrorDocument 402 /errordocs/402.php

ErrorDocument 403 /errordocs/403.php

ErrorDocument 405 /errordocs/405.php

ErrorDocument 500 /errordocs/500.php



RewriteEngine on

RewriteCond %{HTTP_HOST} kidspages.org
RewriteRule ^(.*)$ / [R=permanent,L]

RewriteCond %{HTTP_HOST} www.kidspages.org
RewriteRule ^(.*)$ / [R=permanent,L]







