Project

General

Profile

1
RewriteEngine on
2
RewriteOptions inherit
3

    
4
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/([^/]*)/([^/]*)/(.+)/$ http://$1/?db=$2\&table=$3\&column=$4\&target=tbl_structure.php
5
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/([^/]*)/(.+)/$         http://$1/?db=$2\&table=$3\&target=tbl_structure.php
6
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/(.+)/$                 http://$1/?db=$2\&target=db_structure.php
7
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/$                      http://$1/?target=server_databases.php
    (1-1/1)