Search found 4 matches

by michaelsmith2345
Sat Aug 20, 2016 8:23 pm
Forum: Advanced Hosting Discussion Forums
Topic: Low budget needed dedicated server
Replies: 1
Views: 2251

Re: Low budget needed dedicated server

How much you want to spent on this server? What is your location of server preference?
by michaelsmith2345
Thu Apr 28, 2016 10:23 pm
Forum: Advanced Hosting Discussion Forums
Topic: Dedicated server for my website
Replies: 1
Views: 2398

Re: Dedicated server for my website

You can check out various offers and servers in web hosting forums. Hosting forums will provide you with more information about server stability and reliability. Hosting reviews are much helpful to judge a web host and their services.
by michaelsmith2345
Fri Aug 14, 2015 3:27 pm
Forum: Introduction
Topic: What is HTTP and HTTPS ?
Replies: 1
Views: 5887

Re: What is HTTP and HTTPS ?

HTTP HTTP stands for "Hypertext Transfer Protocol.", HTTP is the protocol used to transfer data over the web.When accessing any web page entering http:// in front of the address tells the browser to communicate over HTTP. Today's browsers no longer need HTTP in front of the URL since it is the defa...
by michaelsmith2345
Wed Apr 01, 2015 2:26 pm
Forum: Hosting Discussion Forums
Topic: How to delete domlogs?
Replies: 2
Views: 2892

Re: How to delete domlogs?

Hello ,this solution may be help you ,try this one

Add at the end of the crontab file:

02 4 * * * root rm -rf /home/apache/domlogs/*

/etc/init.d/crond restart



This should delete your logs daily.