subins2000/open/master/source/data/.htaccess - Htaccess File

subins2000/open/master/source/data/.htaccess

<IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteRule ^handle.php$ - [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule (.+) ./handle.php?request=$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache