rsync is a free software computer program for Unix and Linux like systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. An important feature of rsync not found in most similar programs/protocols is that...
Apache’s mod_rewrite can be easily used via a file called “.htaccess” to turn dynamic urls into friendly urls.
Here is an example of how it’s done:
#Turn on the Rewrite Engine
RewriteEngine on
#Set the base path
RewriteBase /
#Check that the lookup isn’t an existing...
Google recently released article on dynamic vs static urls which suggests that search engine do not like dynamic urls as much as they like static urls.
I suggest you guys to have a read on it by clicking...
Some times you get error from cpanel
Domain example.com has exceeded the max emails per hour (200) allowed. Message discarded.
Simple solution for it is
echo domain.com=10000 >> /var/cpanel/maxemails
Result will be
root@server [/]# cat /var/cpanel/maxemails
# If you update...
The problem is when you attempt to visit “http://example.com/cpanel” and you get the following message or similar:
The requested URL /cpanel was not found on this server.
To fix this, you can add following in /usr/local/apache/conf/httpd.conf
ErrorDocument 400 /400.shtml
ErrorDocument...
ahh,,,,I changed my theme to test rvskin theme, but after that I was not able to change it back to x3
Searched on google and found this simple way.
Just run below url in address bar of browser when you are login in cpanel of your...
These 5 simple SEO solutions for common SEO mistakes can save you time to market and countless hours of frustration trying to reverse engineer competitors, simple keywords or rankings.
1- Don’t target keywords target markets – Keywords come and go and search behavior and user intent is...
Google has been working to launch its new search interface. The main change is a permanent side bar during search which "bingo" is offering already.
Here are some steps you can try to get that new interface in your browser temporarily to test.
1. Go to http://www.google.com
2. Once it is...