After checking the requirements, it's time to upload the script files. Please follow the instructions below.
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} !-dRewriteRule ^/(.*)$ 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]
If your server is nginx, please include the .nginx.conf to your server configuration block.
Use this syntax:
include /path/to/zender/.nginx.conf;