SSL (Secure Socket Layer) is used for secured communication over the internet. Here I will show how you can force HTTPS browsing for users on your whole site, a particular folder or a particular page like the login page.
htaccess
Increase the maximum file upload size limit set on shared and private web hosts to upload large files in WordPress
Create a short URL to your various social networking accounts on your own domain and share it with your friends.
Want to test your Apache mod_rewrite rules before implementing it on your live site? Check out htaccess tester.
WP Htaccess Editor is a handy little plugin that allows you to edit the .htaccess file right inside your WordPress dashboard, without having the need of a FTP client.
A htaccess (hypertext access) file is a simple but powerful ASCII file which allows you to improve your website’s security, reduce bandwidth and increase usability. It can be created through a simple text editor such as Notepad and allow you to make quick changes to the apache web server configuration […]
In this post I will show how you can prevent access and protect a certain file on your web server or completely block access to a certain file type using the .htaccess file.
It can be useful to deny public access to a website while still allowing the administrator access; it can be equally useful to deny access to some specific IP addresses, for example to keep a bad robot out. Apache’s configuration allows access to be restricted by IP address with .htaccess files. […]
If you want to make your website visitors download a file rather than viewing in their browser, add the code below to the htaccess file.