Common Apache mod_rewrite and examples
I am going to give you some common dot-htaccess codes our customers love.
Please remember we do...
www and non-www .htaccess rewrite rules
Here's the complete library for use in .htaccess:
# Redirect if NOT www.example.com (exactly) to...
Force SSL/https using .htaccess and mod_rewrite
Sometimes you may need to make sure that the user is browsing your site over a secure...
How to block users from accessing your site based on their IP address
Blocking users by IP address is pretty simple with .htaccess.So here it is the example:Order...
Change PHP variables using .htaccess
If you need to change the way your PHP is working you can do that using .htaccess.Please, note...