Skip to content

Redirect The Sub Domain To a Sub Folder with .htaccess

Link To Full Story: 9lessons

In this post I want to explain " How to redirect the sub domain to a sub folder with .htaccess". I had implemented this for labs.9lessons.info and demos.9lessons.info. I hope it is useful for you. Example .htaccess code You have to replace your sub domain and sub folder name. RewriteEngine On RewriteCond %{HTTP_HOST} ^demos\.9lessons\.info$ RewriteCond %{REQUEST_URI} !^/demos/ RewriteRule (.*

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*