Server Requirements

In most servers, these extensions are enabled by default, but you should check with your hosting provider. We can recommend you to check Bynet Co. because they meet all Adlis ERP-CRM Dev. requirements, Click here to explore InMotion Bynet Co. awesome Business shared hosting packages and get Bynet Co. hosting plans for Adlis ERP-CRM Dev. visitors. Download this file to […]

Read More

404 Not Found After Installation

If you are getting 404 not found after you install Adlis ERP-CRM Dev. this means that you need to adjust the main .htaccess for Adlis ERP-CRM Dev.. If you are using OSX make sure you have enabled to show hidden files otherwise the .htaccess won’t be uploaded to the server. (if it’s skipped you need to turn […]

Read More

NGINX Config

Use the following configuration if you are installing on NGINX.In the sample code config, there are some variables that you need to change manually based on your server. Advanced Config Simple Config

Read More

Installing on IIS – Windows Server

Place the web.config file in the folder where you are trying to install Adlis ERP-CRM Dev.. Use the following web.config file to install on IIS server. <?xml version=”1.0″ encoding=”UTF-8″?> <configuration> <system.webServer> <rewrite> <rules> <rule name=”Imported Rule 1″ stopProcessing=”true”> <match url=”^(.*)$” ignoreCase=”false” /> <conditions logicalGrouping=”MatchAll”> <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” /> <add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” /> </conditions> <action […]

Read More

XAMP Installation

Few changes we need to do in XAMPP default installation. 1. Change the .htaccess RewriteRule ^(.*)$ index.php?/$1 [L,QSA] to RewriteRule ^(.*)$ /yourfolder/index.php?/$1 [L,QSA] 2. Navigate to localhost/yourfolder/install

Read More