rommsen/plesynd/master/web/.htaccess - Htaccess File

rommsen/plesynd/master/web/.htaccess

<Limit GET POST>
        Order allow,deny
        Allow from all
</Limit>

<IfModule mod_rewrite.c>
    RewriteEngine On

    #<IfModule mod_vhost_alias.c>
    #    RewriteBase /
    #</IfModule>

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>

AddType text/cache-manifest .appcache
<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresByType text/cache-manifest "access plus 0 seconds"
</IfModule>

On Github License

Files

Download PDF of Htaccess file
GET, POST, REQUEST_FILENAME

Comments

Apache