Subdomain fixed
I fixed the subdomain issue: All the URL that used to start by http://fedora-tn.org/swobodin will be automatically redirected to http://swobodin.fedora-tn.org, no change for remaining string.
Please update your bookmark if any.
Code for .htaccess
RedirectMatch Permanent ^/swobodin(.*) http://swobodin.fedora-tn.org$1
Yet, I should not create a directory called “swobodin” or I will get a 500 error code.
Next step, learn RewriteRule and RewriteCond …
