1. Home
  2. WooCommerce Multi Vendor ...
  3. WordPress setup

WordPress setup

Follow this documentation for setup WordPress on your system

WordPress Information

For WordPress Installation you can check the Famous 5-Minutes Install here:

Plugin Requirements

To use Plugin, you must be running WordPress 4.9.1 or higher, PHP 7.1 or higher, and MySQL 5.6 or higher. with.

Recommended PHP Configuration Limits

White screen, demo content fails when importing, empty page content and other similar issues are all related to low PHP configuration limits. The solution is to increase the PHP limits. You can do this on your own, or contact your web host and ask them to increase those limits to a minimum as follows:

  1. max_input_vars = 3000
  2. memory_limit = 128M
  3. max_execution_time = 300
  4. max_input_time = 300
  5. upload_max_filesize = 64M
  6. post_max_size = 64M

Enable JWT Authentication

WordPress JSON Web Token Authentication allows you to do REST API authentication via token. It is a simple, non-complex, and easy to use.This plugin probably is the most convenient way to do JWT Authentication in WordPress.

Enable PHP HTTP Authorization Header
Shared Hosts

Most shared hosts have disabled the HTTP Authorization Header by default.

To enable this option you’ll need to edit your .htaccess file by adding the following:


RewriteCond %{HTTP:Authorization} ^(.*)

RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]

WPEngine

To enable this option you’ll need to edit your .htaccess file by adding the following.(See Issues)


SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

How to install plugin

How to add a new plugin in WordPress

You can locate the plugin zip folder in your package zip file

worpress_zip/woo-iqonic-api.zip

Permalink Setting

This is the important step. You must change your prmalink structure to get proper api response

Facebook Comments

How can we help?