Top ".htaccess" questions

Directory-level configuration file used by Apache web servers.

.htaccess/.htpasswd 500 Internal Server Error

I'm working on blocking a folder with .htaccess, which I've never used before, and I'm having some trouble. Here's what …

apache .htaccess
Redirect site with .htaccess but exclude one folder

I want to 301 redirect an entire website, but exclude everything in a folder called /uploads which exists in the /root …

apache .htaccess redirect
Password protecting a directory and all of it's subfolders using .htaccess

I am trying to password protect a subdomain and all of it's subdirectories and files, but my knowledge on the …

.htaccess password-protection
Fatal error: require_once(): Failed opening required

I'm trying to run my online site on my local machine. I stumbled upon a problem. This is my htaccess …

php .htaccess xampp localhost require-once
.htaccess rewrite GET variables

I have a index.php which handle all the routing index.php?page=controller (simplified) just to split up the …

php .htaccess mod-rewrite
How to remove .htaccess password protection from a subdirectory

I have password protected my entire website using .htaccess but I would like to expose one of the sub directories …

.htaccess password-protection subdirectory
Best Practice: 301 Redirect HTTP to HTTPS (Standard Domain)

I have been searching for the perfect 301 redirect. But I am finding so many solutions and do not know what’…

.htaccess mod-rewrite redirect https url-redirection
Forbidden You don't have permission to access / on this server. Server unable to read htaccess file, denying access to be safe

Right now I'm getting this message in a single site of my whole reseller account: Forbidden You don't have permission …

php apache .htaccess httpforbiddenhandler
Drupal 7 Default .htaccess

I am after the default .htaccess code for Drupal 7, for some reason the install did not update the .htaccess file …

drupal .htaccess drupal-7
htaccess redirect for Angular routes

I have an angular application with several routes, such as: site.com/ site.com/page site.com/page/4 Using angular's …

angularjs .htaccess redirect web-applications routing