- Getting Started With Starter Templates
- Install Starter Templates
- Premium Starter Templates – Install and Activate License
- Building Your Website With Starter Templates
- How to import Starter Templates with WP CLI Command
- Starter Templates — FAQs and Basics
- Understanding Starter Templates Compatibility Across Themes
- Starter Templates – Patterns
- Why You Need to Connect Starter Templates with ZipWP AI Website Builder
- Create Multilingual WordPress Websites with Starter Templates
- Getting Started With Starter Templates
- Starter Templates Importing
- How to Import A Complete Site With Starter Templates?
- How to Import Single Page With Starter Templates?
- Importing Gutenberg Pages, Patterns, and Kits
- Starter Templates – Elementor Popup
- How to Fix Starter Template Importing Issues
- Building Your Website With Starter Templates
- Starter Templates FAQs
- How to Import A Complete Site With Starter Templates?
- How to Import Single Page With Starter Templates?
- Can I Import Starter Templates Site on Existing Website?
- Importing Gutenberg Pages, Patterns, and Kits
- How to Fix Starter Template Importing Issues
- How to Fix Operation Timed Error While Importing a Starter Template?
- How to Fix Blocked Requests Error While Importing a Starter Template?
- How to Fix 5XX Error While Importing a Starter Template?
- Starter Templates Importing
- How to import Starter Templates with WP CLI Command
- Error 406 while importing Starter Templates on your WordPress website
- We are facing a temporary issue in importing this template
- Required for Import: Enable Elementor’s Flexbox Container
- Select Preferred Page Builder While Importing Classic Starter Templates
- Starter Templates – Free Images from Pixabay
- Starter Templates – Restore Customizer Backup
- Mountain Template With Elementor Theme Style
- Filter to Remove Starter Templates Button on Post Types
- How to Enable/Disable Elementor While Importing Starter Templates
- How to Set Block Editor as the Default Page Builder In Starter Templates
- How to Set Up Your E-Commerce Store With Starter Templates
- How to Enable Single Page Import Button with White Label
- How to Process Refund Requests?
- How To Reset WordPress Installation?
- XMLReader Support Missing – Starter Templates
- cURL Support Missing – Starter Templates
- Required File Permissions Missing – Starter Templates
- Disable Debug Mode – Starter Templates
- Update Required Plugins – Starter Templates
- Starter Templates — FAQs and Basics
- Starter Templates – Required plugins missing
- Plugin Installation Failed – Multisite
- System Requirements – Starter Templates
- Can’t See Newly Added Templates in Starter Templates Library?
- How to Fix Starter Template Importing Issues
- How to Fix Operation Timed Error While Importing a Starter Template?
- How to Fix Blocked Requests Error While Importing a Starter Template?
- How to Fix 5XX Error While Importing a Starter Template?
- Could not store XML file in /wp-content/ folder?
- Starter Templates FAQs
- The blank screen in the Customizer area
- Error 406 while importing Starter Templates on your WordPress website
- WP_Error-cURL error 7: Failed to connect to websitedemos.net
- cURL error 60: unable to install Astra Pro plugin
- We are facing a temporary issue in importing this template
- Curl Support Missing Error – for the Administrators
- How to Resolve Update Failed: -1 issue with Starter Templates plugin?
- XMLReader Support Missing – Starter Templates (For the Administrators)
- Page Not Found Error When Accessing Starter Templates
Error 406 while importing Starter Templates on your WordPress website
Introduction
Sometime, users may come across Error 406 while importing starter templates on WordPress website. In this document, we will explain the reason behind this error and also the steps to fix it.
The reason:
The main reason for receiving error 406 while importing the starter templates is because of the firewall system on the hosting account which is blocking the starter template websites to access the templates. When you try to import a template on your website, there are multiple communications that happen in the background between the starter template website and your website.
However, we have noticed that when your hosting provider puts up a firewall to safeguard your website, it also blocks the starter template website from communicating with the hosting server. This results in the failure of the import of the templates.
Solution
As this is an error created by the firewall system of the hosting provider, you can directly approach the hosting provider and request them to disable the firewall temporarily so that you can complete the import process of the templates.
Another option is to edit the htaccess file of your website and force the firewall to be disabled temporarily.
Editing HTACCESS file
Before you start to follow the steps below, we would highly recommend that you should take a backup of your website. If you are not sure how to take a backup of your website, here is an article that can guide you through.
In order to edit the htaccess file, you will need to download and install the plugin called WP File Manager. This is a free plugin that allows you to access the internal files of your website including htaccess. Once you have downloaded, installed and activated the plugin, you will need to click on the plugging and select WP file manager option.
This will open the access to the backend files including htaccess file. Right click on the htaccess file and select the option called code editor.
Once the htaccess file is open, you can add the following code to it. Click on save and close to make the changes permanent.
<IfModule mod_rewrite.c>
RewriteEngine On RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10m
</IfModule>
This should update the firewall settings on your website and allow the starter templates to be imported without an issue.
We don't respond to the article feedback, we use it to improve our support content.