The Protector

Do you have problems ? Get Solution here.

Search results for: hosts edit filesonic

Cookies Manager




… around with cookies stuff, and it is free. New in this branch compare to original Add N Edit Cookies: total replacement for built-in cookie viewer (optional) ability change domain, path and name of a cookie ability edit multiple cookies at once ability save as new…

LoadBalance with Nginx




… don’t forget to add a line at your windows file host such as 192.168.1.10      w3bnet.com Now, configure nginx to be able to use proxy to httpd machines. Edit nginx.conf and add the line below http { upstream proxy_cluster { server 192.168.1.11:8080; server 192.168.1.12:8080; server 192.168.1.13:8080; } Now edit your vhost…

Godaddy.com Custom 404 Error




Here is how to create custom 404 Error Page handler in godaddy.com shared hosting. Edit .htaccess file or create .htaccess file if doesn’t exist. Add the following line into your .htaccess file. ErrorDocument 404  /404pagenotfound.php It means, The requested file will be redirected to the file /404pagenotfound.php Now, edit