Skip to content

Instantly share code, notes, and snippets.

@Eflyax
Last active January 8, 2019 11:15
Show Gist options
  • Save Eflyax/7d1aece133e94de89dfa1e587a11c335 to your computer and use it in GitHub Desktop.
Save Eflyax/7d1aece133e94de89dfa1e587a11c335 to your computer and use it in GitHub Desktop.
Ebola - htaccess [root]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^$ /www/ [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/www/
RewriteRule ^(.*)$ /www/$1
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment