Skip to content

Instantly share code, notes, and snippets.

View mariominondo's full-sized avatar

Soporte Digital mariominondo

View GitHub Profile
@mariominondo
mariominondo / .htaccess
Created July 25, 2021 16:13 — forked from glamorous/.htaccess
Default .htaccess file
Options All -Indexes
DirectoryIndex index.php index.htm index.html
RewriteEngine on
RewriteBase /
# Force HTTPS on the subdomains/subdirectories login or admin
#RewriteCond %{HTTPS} off
#RewriteCond %{HTTP_HOST} ^(login|admin)\. [NC]