markpfaff/coffeedigger/master/docs/.htaccess - Htaccess File

markpfaff/coffeedigger/master/docs/.htaccess

RewriteEngine on
RewriteBase /

RewriteCond %{REQUEST_URI} !^/coffeedigger/

# Rewrites all URLS [Replace "domain" with the actual domain, without the TLD (.com, .net, .biz, etc)]
RewriteCond %{HTTP_HOST} ^(www.)?coffeedigger.

# Rewrite all those to insert /folder
RewriteRule ^(.*)$ /coffeedigger/$1 [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache