Uploading

After checking the requirements, it's time to upload the script files. Please follow the instructions below.

Instructions

  1. Download an ftp client such as FileZilla for uploading the files to your server.
  2. Unzip the file you downloaded from codecanyon. You will need to upload all the contents of the Install folder.
  3. It can be installed in the root directory or a sub-directory.


LiteSpeed Rewrite Rules

If your server is LiteSpeed, copy the rules below and paste it to your litespeed rewrite rules settings.

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^/(.*)$ index.php?/$1 [QSA,L]

RewriteRule ^/(system|vendor|templates|uploads)/$ - [R=404]
RewriteRule ^/(system|vendor|templates|uploads)/.*/$ - [R=404]
RewriteRule ^/(system|vendor|templates)/.*\.(php|dat|tpl|scss|gitkeep|inc|json|log)$ - [R=404]

Nginx Rules

If your server is nginx, please include the .nginx.conf to your server configuration block.

Use this syntax:

include /path/to/zender/.nginx.conf;