Customize copyright '2022 Company Inc. All Rights Reserved' on footer
A feature to customize Copyright will be included in RVsitebuilder CMS soon. Now you can customize it manually by domain name with the following guide.
Customize the Copyright
1. Design website footer and enable Copyright by this guide Website Footer.
2. Go to cPanel -> File Manager -> /home/{user}
/home/
3. Go to cPanel -> phpMyadmin. and select database name from .env
DB_DATABASE={db_name}
DB_USERNAME={db_user}
At the database you got from number 1. Click "SQL" and insert the following code.
INSERT INTO core_config (id, key, value, created_at, updated_at) VALUES (NULL, 'rvsitebuilder.core.copyright', '© My Company copyright 2026', NULL, NULL);
**Change My Company copyright 2026 to one you want.

4. Go to cPanel -> File Manager -> /home/
Remove cacheDbConfig.json, and click "Reload".

5. Check it on your website.
Edit custom copyright you did above
1. Go to cPanel -> phpMyadmin.
At the database you got from number 1. Select "core_config" and find table "core.copyright". You may have to increase number of rows if you can't find it.

2. Edit and press "Go" to save.

3. Go to cPanel -> File Manager -> /home/
Remove cacheDbConfig.json, and click "Reload".

4. Check it on your website.
Posts in Category
-
How to add script Event Calendar to Web site
Admin Updated on 2025-10-30 09:02:00
-
Where are my pages built with RVsitebuilder 7 saved?
Admin Updated on 2025-10-30 09:01:58
-
Customize copyright '2022 Company Inc. All Rights Reserved' on footer
Admin Updated on 2026-07-31 03:13:11
-
Add Cookies Consent on your website
Admin Updated on 2025-10-30 09:01:54
-
Add sticky share buttons on your webpage
Admin Updated on 2025-10-30 09:01:54
Admin