coenbijlsma/dashboard-backend/master/src/web/.htaccess - Htaccess File

coenbijlsma/dashboard-backend/master/src/web/.htaccess

RewriteEngine On

RewriteCond "%{REQUEST_URI}" "^(/?(w+))(/(w+))(/(w+))?/?$"
RewriteRule "(.*)" "/index.php?module=%2&action=%4&value=%6" [QSA,L]

RewriteCond "%{REQUEST_URI}" "^(/index.php.*)$"
RewriteRule "(.*)" "-" [L]

RewriteRule "(.*)" "-" [F]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache