diff --git a/point primary domain to a sub-folder in cPanel.md b/point primary domain to a sub-folder in cPanel.md new file mode 100644 index 0000000..ffad796 --- /dev/null +++ b/point primary domain to a sub-folder in cPanel.md @@ -0,0 +1,5 @@ +RewriteEngine on +RewriteCond %{HTTP_HOST} ^spnepal.org$ [NC,OR] +RewriteCond %{HTTP_HOST} ^www.domainl.org$ +RewriteCond %{REQUEST_URI} !folder/ +RewriteRule (.*) /folder/$1 [L]