Problem in password protection using .htaccess How to protect CRE Loaded admin area ? or Problem when page requires authentication or How to set password protection for sub directory without affecting to other .htaccessrewrite rules Ans : You will notice that the default .htaccess will not work if your page requires authentication. Suppose you have […]
See MoreTag: .htaccess
Https to http redirection
How to redirect domain from https://domain.com to http://domain.com ? Ans: If you tried all the possibilities with the .htaccess file and your domain is still not redirected from https to http then finally you can add following code in virtual host entry means in httpd.conf file. Search the 443 entry for a domain and add […]
See MoreHow to disable php scripts execution in 777 folders using htaccess ?
Most of the Times hackers or Attackers Upload Malware php scripts to sites when 777 (or just enough) permission for folder are present . Due to some application you can change the permission of the folder to secure it . So here is the another way to secure it using .htaccess file. Using this […]
See More
You must be logged in to post a comment.