Skip to content

Commit

Permalink
Create point primary domain to a sub-folder in cPanel.md
Browse files Browse the repository at this point in the history
  • Loading branch information
utdevnp authored Nov 16, 2022
1 parent 38ea037 commit f6a3c0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions point primary domain to a sub-folder in cPanel.md
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit f6a3c0f

Please sign in to comment.