Forum for discussing general topics related to Couch.
4 posts Page 1 of 1
How do I set http://www.burrettcreative.com/home/ to be loaded when people visit http://www.burrettcreative.com?
Please try placing the following in http://www.burrettcreative.com/index.php template -
Code: Select all
<cms:redirect 'http://www.burrettcreative.com/home/' />
Too many redirects occured trying to open "www.burrettcreative.com/home"
Too many redirects occured trying to open "www.burrettcreative.com/home"

I've seen this before, too, when using index.php as a redirect page. Try using index.html to redirect instead:

index.html
Code: Select all
<!DOCTYPE html><html><head><title></title><meta http-equiv="refresh" content="0;url=home/" /></head><body></body></html>
4 posts Page 1 of 1
cron