Simple nginx configuration to launch wordpress site server { server_name yourdomain.com; root /var/www/wp; # path to wordpress index index.php; gzip on; # enable gzip compression gzip_disable “msie6”; gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript; location ~ /\. { deny all; # disable hidden files } location ~* /(?:uploads|files)/.*\.php$ { deny all; # disable uploaded scripts } location…
Category: WINDOWS SERVER
php 7.4 + nginx quick start on Windows 10 / Server 2012 / 2016 / 2019
This article shows you how to quick install and integrate Nginx and PHP on Windows-based systems. 1. Install Nginx + PHP Basically, just download zip file and extracts it, no installation. To install Nginx Visit http://nginx.org/en/download.html Download to c:\web nginx/Windows-1.19.8 Extract to C:\web\ To Install PHP Visit http://windows.php.net/download/ Download PHP For Windows: Binaries and sources Releases (7.4 -nts-vc15-x64) Extract to C:\web\php Edit file c:\web\conf\nginx.conf location / {…
How to redirect html site to https using htaccess
If you use apache web-server. Place .htaccess file to root site folder:
Bootable PenDrive With third party software
There is always an “easier way” to work on Windows using software. Creating a bootable USB drive is also very easy – here’s how to do it. Just Download Rufus third party software Click and Open rufus.exe Open Rufus 3. Once the user interface of the software opens up, plug-in your USB 4. After that, look for the “Create a bootable USB…
Remote Desktop Troubleshooting Windows User
Remote Desktop Protocol (or RDP) is a protocol that is the most common way To gain administrative access to a Windows server. RDP is available on all Versions of Windows Server and a client (called Remote Desktop Connection) is Included ! with all versions of the. Windows desktop operating system. Connecting to your server via RDP gives you complete control…
How to Remove Excel User Restriction Values in Excel File And Cell
Error GettingThe value you entered is not validA user has restricted values that can be entered into this cell Solution First of all, let me tell you that whenever there is a restriction on the values, the flow is not without any amount. You should know here that the restriction on the values is due to reasons. The author only…
How to fix Credssp Authentication Error Fix In RDP
Friends here, I would like to tell you that Microsoft keeps on updating Windows updates from time to time, Microsoft in March 2018 to fix the vulnerabilities of CredSSP (Credential Security Support Provider Protocol) used by Remote Desktop Protocol in Windows Server. Has issued some security patches. But a recent update has made the CredSSP authentication error in RDP and…
New xampp security concept: Access Forbidden Error 403
When I try to use xampp’s phpMyAdmin in another PC, I get this address. Now we are going to tell you the solution to this problem Access forbidden! New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the file “httpd-xampp.conf”. I was searching for the solution and…
विंडोज 10 या अन्य संस्करणों में Welcome Message कैसे दिखाएं
हम आपको इस ब्लॉग में बताने जा रहे हैं कि आप विंडोज में वेलकम मैसेज कैसे देखते हैं। विंडोज स्टार्टअप स्क्रीन पर स्वागत संदेश दिखाने से उपयोगकर्ताओं को आपके कंप्यूटर का उपयोग करने से पहले बुनियादी नियमों को समझने में मदद मिलती है। इस लेख में, हम आपको बताएंगे कि विंडोज 10 या अन्य संस्करणों में स्वागत संदेश कैसे दिखाया…