disit/dim-rim/master/apps/RDFIndexManager/.htaccess - Htaccess File

disit/dim-rim/master/apps/RDFIndexManager/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule idxgen/([a-z]+)/(.*)$ php/api.php?endpoint=$1&request=$2 [QSA,NC,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache