Revision 8021
Added by Aaron Marcuse-Kubitza almost 12 years ago
.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions inherit |
|
3 |
|
|
1 | 4 |
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/([^/]*)/([^/]*)/(.+)/$ http://$1/?db=$2\&table=$3\&column=$4\&target=tbl_structure.php |
2 | 5 |
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/([^/]*)/(.+)/$ http://$1/?db=$2\&table=$3\&target=tbl_structure.php |
3 | 6 |
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/(.+)/$ http://$1/?db=$2\&target=db_structure.php |
Also available in: Unified diff
web/main/**/.htaccess: Use RewriteEngine, inheriting the web/main/.htaccess rules, in order to translate dotpaths that follow /-paths to existing dirs