Hi i own the site www.chennaipaintball.com and currently it has a splash page to enter the blog. I want the blog to be shown as soon as people enter the site. How can i do this?
move all the files from blog/ to the top folder or make a index.php file in the root to redirect to the blog: index.php: <?php header("HTTP/1.1 301 Moved Permanently"); header("Location: http://chennaipaintball.com/blog/"); ?> PHP: