We often get the CORS error when we try to run some code from localhost or XAMPP. The following steps will help to solve it. Please note you will need access to server side code or server configurations. Set Access-Control-Allow-Origin to “*” in the code Set Header set Access-Control-Allow-Headers to “*” in the code If… Continue reading Cross Origin or CORS Issue
Tag: ispconfig 3
ISPConfig 3 Showing Default Site
After a fresh install of ISPConfig 3 I added some site. Now the strange problem was HTTP version was always opening the default Apache page. But the HTTPS version was opening the proper site. Solution: Disable the default website a2dissite 000-default.conf The reason for HTTP version opening default site and HTTPS opening proper site: When… Continue reading ISPConfig 3 Showing Default Site
ISPConfig 3.1 Automated Installation
This article is about Automated Installation of ISPConfig3.1 on Ubuntu 18.04 and the issue with Roundcube. The installation steps can be found here and very well laid down – https://www.howtoforge.com/tutorial/ubuntu-ispconfig-automated-install-script/ I installed it on a Linode instance (the $10 instance). The first thing I found is the softwares is better updated manually prior to the… Continue reading ISPConfig 3.1 Automated Installation
ISPConfig PHP-FPM Session Problem
The problem I was facing – session variables not getting passed from page to page. On page1.php I set some session variables and then on going to page2.php all I was getting was Array() ! The problem drove me crazy as everything settings and permissions were fine. I have ISPConfig 3 on Ubuntu 18.04 and… Continue reading ISPConfig PHP-FPM Session Problem