andig/volkszaehler.org/master/htdocs/.htaccess - Htaccess File

andig/volkszaehler.org/master/htdocs/.htaccess

# Apache 2.2
<IfModule !mod_authz_core.c>
  Allow from all
</IfModule>

# Apache 2.4
<IfModule mod_authz_core.c>
  Require all granted
</IfModule>

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule ^middleware/(.*) middleware.php/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache