Follow these steps to export the HTML of your Brizy Cloud project.
Important: You can use this publishing option with the Brizy Cloud Agency PRO plan and host your project on your server.
1. Generate the Export HTML file
- Click the "Publish" option in your project thumbnail
- Towards the bottom of the "How To Publish Your Page" screen, you will find "Export the HTML files for your project". Click "Download Now" link next to it. The export HTML file generation process for your project will be initiated. Depending on the size of your project, the export HTML generation may take anywhere from 15 to 60 minutes. Please do not click anywhere within the browser tab while the file is being generated. When the process gets completed, a ZIP file will be downloaded to your computer.
2. Upload the site files
- Unzip the ZIP file you downloaded to your computer.
- Upload the files to your server. You can either upload it to the site root or to a sub folder
3. Upload .htaccess file
- Add a new file in your computer and name it .htaccess
- Open the file and copy paste the following code and save it and upload it to the site root.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteCond %{REQUEST_URI} !\.html$
RewriteRule ^(.+)$ $1.html [L]