badboy/devbird/master/admin/.htaccess - Htaccess File

badboy/devbird/master/admin/.htaccess

RewriteEngine on

RewriteCond %{REQUEST_URI} !-f
RewriteCond %{REQUEST_URI} !-d
RewriteRule ^(.+).db*$ index.php?site=$1
RewriteRule ^(.+).db.(d+)$ index.php?site=$1&p=$2
RewriteRule ^(.+).db/(.+)/(.+)$ index.php?site=$1&id=$2&action=$3
RewriteRule ^(.+).db/(.+)$ index.php?site=$1&action=$2

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache