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 […]
Category: Installation
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 […]
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
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 […]
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
Permissions Problem on Installation (shown as non-writable even if they are writable)
When installing Adlis ERP-CRM Dev. you can encounter problem in the files/folders permission step all required permissions to be marked as non writable even if they are writable. This issue can cause mostly on VPS servers where the server administrator didn’t configured the folder permissions like its supposed to. While using some popular hosting provider you […]