CatLabInteractive/dolumar/master/.htaccess - Htaccess File

CatLabInteractive/dolumar/master/.htaccess

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI} !=/index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]+) dispatch.php?module=$1&%{QUERY_STRING}  [PT]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME, REQUEST_URI

Comments

Apache