The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
So, I have the56k.com. I want it so that when you go there, the actual root the website displays is the56k.com/blog. My provider has an option to do this for 22 dollars, but I know I can do it with .htaccess, I just don't know how. I tried using
Use RedirectMatch instead. What's happening is that </> -> </blog>, </>blog -> </blog>/blog, etc. You'll need to use a regular expression to match only when the full path is "/". It's been a while since I've messed with redirects, but try:
Posts
Docs here