Limit Access Using htaccess
To limit access to a folder using .htaccess, create .htacess file with following content. YOUR_IP_HERE = Replace it with your actual IP.…
To limit access to a folder using .htaccess, create .htacess file with following content. YOUR_IP_HERE = Replace it with your actual IP.…
When using Nginx Behind Cloudflare, logs and web applications show Cloudflare sever IP instead of visitor IP. To fix this, edit Inside…
Meguca is an open source annonymouse imageboard written in Go Lang and Node.js https://github.com/bakape/meguca To start Meguca on boot, you can use…
Verify if a name server is registered with Find all sites using a specific nameserver Change Nameservers Create Custom Nameservers
To find IP of a domain, use nslookup serverok.in To find MX record for a domain, use nslookup -q=mx serverok.in To see…
To start a program using cronjob, create a cronjob like @reboot /root/start.sh On system boot, the command “/root/start.sh” will be executed.
To disable access to folder /admin in Nginx, add following to server block of your web site. location /admin { deny all;…
To clear cache in PrestaShop, login to admin area at https://www.yourdomain.com/adminpanel/ Once logged in, go to Configure > Advanced Parameters > Performance…
To change database name, user name and password on PrestaShop 1.7 or later, edit file ./app/config/parameters.php Once this is done, you need…
To install memcached on CentOS 7, run Set memcached to start on boot Start memcached with Installing PHP Module You need remi…
PrestaShop is a popular open-source e-commerce platform that allows users to create and manage their own online stores. PrestaShop Migration Prestashop Change…
To change the domain name of a Prestashop site, you need to edit the MYSQL database. Table ps_configuration Value for following should…