Wampirue/NTRU/master/CD/server/.htaccess - Htaccess File

Wampirue/NTRU/master/CD/server/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^((?s).*)$ index.php?_url=/$1 [QSA,L]
</IfModule>
<Limit PUT DELETE>
    Allow from all
    #Deny from all
</Limit>

On Github License

Files

Download PDF of Htaccess file
PUT, REQUEST_FILENAME

Comments

Apache