RVsitebuilder Error htaccess 301,302 when click Create new site in RVsitebuilder7 cPanel
by
RV Support
2025-11-18 08:05:34
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.
Articals in this section
-
Create site error "Error: Please allow extension : 'mysqlnd','pdo','gd','curl','iconv', .......
Updated on 2025-11-18 08:05:39
-
Create site error "Error: Please set max_execution_time more than 90"
Updated on 2025-11-18 08:05:39
-
Create site error "Error: Please set memory_limit more than 64M."
Updated on 2025-11-18 08:05:38
-
Edit website returns Admin Login instead of content editor
Updated on 2025-11-18 09:17:55
-
Create site error "Error: Please allow function : 'posix_getpwuid', 'getmyuid', 'fileowner', 'stat', 'file_put_contents', 'parse_ini_file'"
Updated on 2025-11-18 08:05:38
-
Create site error "Error: Please allow function : json"
Updated on 2025-11-18 08:05:38
-
Create site error "Error: Please allow extension : json"
Updated on 2025-11-18 08:05:38
-
Create site error Running tar command unzip failed
Updated on 2025-11-18 08:05:38
-
Create site error "Not enough database"
Updated on 2025-11-18 08:05:37
-
Repair website error Prepare Installer : HTTP/1.1 301 Moved Permanently
Updated on 2025-11-18 08:05:37
