If you do not update your WordPress Website properly. Your website will be hackered. Following content will be shown up in your DB readme …
Hi, dear user of We have installed one RAT software into you device For this moment your email account is hacked too. I know your…
Secure Sockets Layer is the SSL full form. An SSL certificate increases the security of your own website and also has a positive effect on…
Building a relationship requires trust, which is much more intense for a relationship in which both parties are likely to meet. Confidence on the Internet…
Having a secure certificate is very important. It helps in the success of your online business. You can protect your site and users by encrypting…
Today, online commerce has become an important part of the web and continues to grow at a frantic pace. One of the key factors in the…
By now, you know just how important your SSL security is to your website. The SSL certificate protects your site from phishing attacks, and ensures…
Security when surfing the internet is one of the most important points for users and developers. Many times the internet was quite insecure, but today…
Secure Sockets Layer (SSL) protects information transmitted on the internet. Even if your website does not deal with credit cards information, it is still important…
Add <pre> Your Java Script source code here </pre> don’t write it in Text file. Just in Visual file.
Following code will show the visitors that the URL will be redirected in 10 Second. <pre> <script type = “text/javascript”> <!– function Redirect() { window.location…
Following code is the easiest way to redirect an URL By Javascript. <script> var url= “https://forums.powerhoster.com”; window.location = url; </script>
At present, WP powers up almost 78 million of the sites in the world. It is created and developed for usability, aesthetics, as well as…
At present, WP powers up almost 78 million of the sites in the world. It is created and developed for usability, aesthetics, as well as…
Why you should take care of your website to prevent the hacking of the wordpress site? The reason that your website is known to be…
WordPress is a famous and widely utilized platform for blogging. It supports each and every type of website, from a full-featured business site to a…
When you install your WordPress website manually, move your WordPress website manually, or develop a php code to run your programming. You need a database…
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…
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…
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…
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…