TweetHello Friends !! Today I found some new things. This post is show you how to redirect to https(SSL) in PHP. First, What is SSL ? Let me Explained : SSL meand Secure Socket Layer. It is developed by Netscape to transmit private data via Internet. SSL uses a cryptographic system that uses two keys [...]
Posts Tagged ‘.HTACCESS Tips’
Block Proxy Servers using .htaccess
TweetHello Friends !! We all know about spamming. In my last post we can block IP address using .HTACCESS. But suppose proxy server used for spamming then what will you do ? In using proxy server, every time IP address changed. Generally hackers are also use proxy servers to hack the site. Don’t worry about [...]
Block IP addresses Using .HTACCESS
TweetHello Friends !! In my previous post, i was write how to block IP address using PHP script ? Today i will write that how to block IP address using .HTACCESS ? There are several ways to block a specific IP range. The first utilizes a CIDR number to block the specified range (via htaccess): [...]
More Useful .HTACCESS tips and Tricks
TweetHello Friends !! I am back with .htaccess tips and tricks. Today i found one document whick contains lots of .htaccess tips and tricks. This document in about 12 to 13 pages. So today i cant write all these tricks in my post. But i will give you that document. You have to download that [...]
Upload Large files using .htaccess in PHP
TweetHello Friends !! In PHP, on server somekind of error occures when you upload large files. If you work on localhost then you can change four parameters in php.ini file.
URL rewriting Tips and Tricks in .htaccess – PHP
TweetHello friends !! Today i want to give you some more .htaccess tips and tricks for url rewriting in PHP. In my last post, i was show you basick url rewriting. In this post i will write some more .htaccess tricks for you. Control Access Being able to control access to certain areas of your [...]

