Skip to content

Instantly share code, notes, and snippets.

@habibun
Last active October 21, 2017 05:30
Show Gist options
  • Save habibun/f7bf013ec656811bfc12539542755088 to your computer and use it in GitHub Desktop.
Save habibun/f7bf013ec656811bfc12539542755088 to your computer and use it in GitHub Desktop.
change document root folder cpanel (reactjs)
RewriteEngine on
RewriteCond %{HTTP_HOST} ^typing-challenge.com$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.typing-challenge.com$
RewriteCond %{REQUEST_URI} !build/
RewriteRule (.*) /build/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment