Category Archives: SEO Articles

SEO Articles for your site

Sell Advertising On Your Website – Most Rewarding Ways

If you own a popular website or blog, then you can surely make money by selling advertisement from your website. You will come across numerous ways for promoting business and organizations on your website, however the ways mentioned below are … Continue reading

Posted in SEO Articles, Web Hosting | Tagged , | Leave a comment

Importance of SEO in Website Development

SEO is one of the most important tasks that you will undertake whilst developing a website and it is important for you to realize the importance of this so that you are able to make considerations for the certain processes … Continue reading

Posted in SEO Articles, SEO Tutorial, Web Development | Tagged , | 1 Comment

Essential Factors For Creating An Impressive Online Presence

Maintaining a good online presence is the need of the time. It has become vital for every website to have a good online presence in order to get recognition. Today a large number of people surf the net for work, … Continue reading

Posted in SEO Articles | Tagged , , | Leave a comment

How to Choose a Domain Name: Best Tips for Choosing a Domain Name

Choosing a domain name for your site is one of the most important steps to create your online brand, your online identity and one of your key marketing tools. Registering a unique domain name is therefore extremely important. Nowadays,  domain … Continue reading

Posted in Domain Name Articles, SEO Articles | Tagged | Leave a comment

wordpress error : The uploaded file could not be moved to

Hello, If you are getting following error  with wordpress while uploading images. The uploaded file could not be moved to  /home/username/public_html/wordpress/wp-content/uploads then please make sure that safe_mode_gid=ON  (in php.ini) and check the permission of upload directory it should be 777 … Continue reading

Posted in cheap linux web hosting, cPanel Issues, Linux Web Hosting, SEO Articles, VPS Hosting, Web Design, Web Hosting Articles, Web Hosting UK | Tagged | Leave a comment

How to upgrade latest kernel using rpm

If you wish to upgrade existing kernel on your Linux Server you have to follow the following steps login to your Linux Server with root user Check the current kernel available with following command #uname -r Now download the new … Continue reading

Posted in Dedicated Server Hosting, Linux Web Hosting, SEO Articles, Web Hosting, Web Hosting Articles, Web Hosting UK | Tagged , | Leave a comment

How to get Apache,php and mysql versions on linux server

Hello, To get the apache version on Linux Server we have to use following command. # /usr/local/apache/bin/httpd -v To get the php version on Linux Server we have to use following command. #php -v you can get the php modules … Continue reading

Posted in Blogging, cheap linux web hosting, cPanel Issues, Dedicated Server Hosting, Linux Web Hosting, MySQL Tutorials, Networking, SEO Articles, SEO Tutorial, technical support, VPS Hosting, Web Hosting, WHM Tutorials | Leave a comment

CSF (configserver) firewall

How to install and configure the CSF (configserver) firewall. CSF can be used on a wide range of Linux systems, including those running cPanel. Following are the steps to install and configure the CSF on Linux Server. Installation is quite … Continue reading

Posted in cheap linux web hosting, cPanel Issues, Dedicated Server Hosting, Domain Name Hosting, Email Hosting, Firewall, Linux Web Hosting, SEO Articles, SEO Tutorial, technical support, VPS Hosting, Web Hosting, Web Hosting Articles, Web Hosting UK, WHM Tutorials | Leave a comment

Installing SSL Certificate

For installing the SSL certificate you need to have a dedicated IP Address, and make sure that your domain is registred domain name and resolving perfectly Step 1: You need to generate CSR (certificate signing request ) from your webhost … Continue reading

Posted in Blogging, cheap linux web hosting, cPanel Issues, Linux Web Hosting, SEO Articles, technical support, Web Hosting, Web Hosting UK | Leave a comment

Prevent Hot Linking to images

To stop other sites directly linking to your images and media files and stealing your bandwidth You need to add following code in your .htaccess file RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www.)?domain.com(/)?.*$ [NC] RewriteRule .*.(gif|jpg|jpeg|bmp|wmv)$ http://www.domain.com/image.jpg [R,NC] Note: … Continue reading

Posted in Blogging, cheap linux web hosting, cPanel Issues, Dedicated Server Hosting, Domain Name Hosting, Firewall, Linux Web Hosting, Networking, Online Marketing, SEO Articles, Web Hosting | Leave a comment