<?php

if ( $_SERVER['HTTP_HOST'] == 'caselle.com' && strpos($_SERVER['REQUEST_URI'], '/help/') === 0 ) {

    header('HTTP/1.1 301 Moved Permanently');

    header('Location: ' . $_SERVER['REQUEST_URI']);

    exit;

}

Hello world! – My WordPress Site

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Comments

One response to “Hello world!”

  1. A WordPress Commenter Avatar

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Your email address will not be published. Required fields are marked *