Your hosting account has a built-in tool to install WordPress to any domain that you have added to your hosting. We can provide cPanel to all shared web hosting…
Almost all web hosting providers are providing WordPress Hosting. What we suggest you are to find the affordable web hosting providers not cheap domain name…
WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and…
.YOGA .yoga domain names can have a up to 63 characters, with a minimum of one character, and can contain letters (a-z), numbers (0-9) and…
.YOKOHAMA The .yokohama domain extension is a brand new Web space where anyone can promote their brand and city both internationally and locally. The GMO…
.ZONE .zone is the perfect domain for anyone who wants to establish a following online based on shared passions. Whatever your focus – sports, entertainment,…
.移动 Price: $19.99 USD/yr The .移动 domain means “mobile” in Chinese. This extension is transliterated as “Yi Dong,” a domain just like .MOBI. The Afilias…
One of the security method of your WordPress website is to put a stop to browsing of directory. By default when your web server does…
Alomost 30% of websites hosted in the whole world are using WordPress technologies. All the hackers and Spammers are keeping find new hacking technologies to…
WordPress was originally a Web-publishing platform frequently used for Web logs, or “blogs” that focuses on speed, ease of use and user experience. WordPress is…
Install a Plugin in WordPress You can install a WordPress plugin using the available plugins in WordPress, or upload a premium plugin you purchased or received.…
Your Managed WordPress has blacklisted the following plugins, meaning you cannot install them, and if we detect them installed on your account, they will be…
Maintaining a website shouldn’t mean spending hours optimizing your server and battling security threats. With Managed WordPress, we handle the technical stuff for you –…
You can login to your webmail by going into your cpanel account. and click email accounts, in the second page, there is a link…
The information below gives new Webmail users a brief overview of the features available in each application. You can chose any webmail application you like.…
cPanel lets you create email addresses at the domains hosted on your account. Log in to cPanel In the Email section, click Email Accounts. Click Create…
Sometimes you will find some website have error that display: Not Found on Accelerator Description: Your request on the specified host was not found. Check…
Linux is an operating system just like Windows 5, Windows XP, Windows 7, Windows 8, Window 10, and Mac OS X. An operating system is…
For Detail htaccess file Usages and how to create it, please check htaccess file knowledge base Millions of WordPress users use the .htaccess file to…
Under PHP you need to use header() to send a raw HTTP header. Using headers()method, you can easily transferred to the new page without having…
Here is a useful method for delivering multimedia file downloads to your users. Typically, browsers will attempt to play or stream such files when direct…
You can use Mod_Rewrite to deny requests containing invalid characters, RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} !^[A-Z]{3,9}\ [a-zA-Z0-9\.\+_/\-\?\=\&]+\ HTTP/ [NC] RewriteRule .* – [F,NS,L] You…
If you want all your cgi, php, perl, py scripts not to run, but just display as source code. htaccess fil can help you by…
php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_execution_time 200 php_value max_input_time 200 In the above .htaccess file, uploading capability is increased by the four parameter…
You can cache the static files and improve your website’s performance. File caching is another famous approach in optimizing website loading time. Search engine will…
If you want to redirect from an old document to new: Redirect 301 /old/file.html http://yourdomain.com/new/file.html Use following for redirecting Entire Directory. RedirectMatch 301 /blog(.*) http://yourdomain.com/$1
Environment variables contain information used by server-side includes (SSI) and CGI. Set / Unset environment variables using SetEnv and UnSetEnv. SetEnv SITE_WEBMASTER “Jack Sprat” SetEnv…
If you run the risk of someone accessing your php.ini file directly through their browsers, you can limit access to them using htaccess file. Put…
If you are running php websites, and a php includes folder that is only used for the calling of your own php scripts. I know…
Error pages of your website like 404 not found, 403 access forbidden pages contains server signature i.e. server version number, operating system etc., such information…
Normally your server timezone is set to its local timezone. But as a webmaster, you can set your website timezone by date.timezone directive in htaccess…
If you want to protect your wordpress website admin folder wp-admin folder by htaccess file. You can check How to deny IP address to your…
To disable or prevent the directory access by browsers, you can add following code in your .htaccess file. If user points the browsers to a…