Topic: php redirect

I don't know anything about php redirect.
My actual webpage is not right at my root folder of my webpage.
What would I have to add to my main file so that it automatically redirects to the subfolder.

www.bydebrasdesigns.com -> www.bydebrasdesigns.com/cms

FluxBB - v1.4.8

Re: php redirect

<?php
header( 'Location: http://www.bydebrasdesigns.com/cms' ) ;
?>

Re: php redirect

SWEET!
thanks!

FluxBB - v1.4.8