RVsitebuilder Error htaccess 301,302 when click Create new site in RVsitebuilder7 cPanel
Updated at 2025-10-30 09:03:03
Posted in
(Primary)Install & Create Site Troubleshooting,
The "htaccess" error with code 301 or 302 will be showing when domain name of your website was set to redirect.
You can check if it's set to redirect in cPanel File Manager
/home//.htaccess
/home//public_html/.htaccess
Sample if it was set to redirect:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^olddomain.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.olddomain.com [NC]
RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301,NC]
RewriteCond %{HTTP_HOST} ^olddomain.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.olddomain.com [NC]
RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301,NC]
Solution
1. Comment redirect line in .htaccess file.
2. Access to RVsitebuilder 7 to edit your website again.
Posts in Category
-
Create site error "Error: Please allow extension : 'mysqlnd','pdo','gd','curl','iconv', .......
Admin Updated on 2025-10-30 09:03:23
-
Create site error "Error: Please set max_execution_time more than 90"
Admin Updated on 2025-10-30 09:03:23
-
Create site error "Error: Please set memory_limit more than 64M."
Admin Updated on 2025-10-30 09:03:22
-
Edit website returns Admin Login instead of content editor
Admin Updated on 2025-10-30 09:03:17
-
Create site error "Error: Please allow function : 'posix_getpwuid', 'getmyuid', 'fileowner', 'stat', 'file_put_contents', 'parse_ini_file'"
Admin Updated on 2025-10-30 09:03:17
Admin