You can set redirect manually by the following guide. Sorry for the inconvenience.
Make website being called without www, and set the one with www to redirect here.
1.Go to cPanel -> File Manager -> DOMAINS -> Redirects.
Or in .htaccess file at
/home/{user_name}/public_html/.htaccess
2. Add rule:
RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.yourdomain\.com [NC] RewriteRule ^(.*)$ https://yourdomain\.com/$1 [L,R=301,NC]
Make your website being called www on browser.
You can ask your host provider to set symlink for you by the following guide.
1. Make sure youhave a website created with RVsitebuilder 7 already.
2. (Your provider) Set symlink
cd
/home/{user-name}/rvsitebuildercms
ln -s domain.com www.domain.com
3. Edit .env file
/home/{user-name}/rvsitebuildercms/domain.com/.env
APP_URL=https://www.domain.com
Comments
0 comments
Article is closed for comments.