Search results for: hosts edit filesonic
… 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…
… 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…
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…
… using root access on ssh (port 22). Your pureftp configuration is in /etc/xinetd.d/pureftp, edit this file using text editor such vi or vim, this time I use vi as text editor. By default it will looks like : service ftp { disable = no socket_type …