Installation on Server
Requirements
BlogMoz requires PHP v8.1
, and the following PHP extensions:
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Ctype PHP Extension
JSON PHP Extension
ZIP PHP Extension
FileInfo PHP Extension
BCMath PHP Extension
GD PHP extension
Written Walkthrough
The following steps need to be followed to install the script properly on a shared hosting platform.
Step 1
Download the zip file from CodeCanyon.
Step 2 Extract the zip file on your system.
Step 3 Navigate to
Fresh Installation
folder.Step 4 Select the file
upload-this-for-fresh-installation.zip
and upload it to thepublic_html
directory of your hosting.Step 5 Extract the contents of the uploaded zip file to the same directory i.e
public_html
.Step 6 (Optional)
Check that the Cache folder exists inside the Bootstrap folder, if it does not exist, create it with permission 777(Bootstrap > cache)
Step 7 Assuming your website is
yourdomain.com
, and you have already set up an SSL certificate, navigate tohttps://yourdomain.com/install
Last updated