Project

General

Profile

« Previous | Next » 

Revision 12177

web/.phpPgAdmin/.htaccess: allow linking directly to the views list of a schema

View differences:

trunk/web/.phpPgAdmin/.htaccess
14 14
RewriteRule ^([^/]+)(?:/(.*))?$ $2?server=$1   [discardpath,noescape,qsappend,env=page:all_db]
15 15
RewriteRule ^([^/]+)(?:/(.*))?$ $2?database=$1 [discardpath,noescape,qsappend,env=page:schemas]
16 16
RewriteRule ^([^/]+)(?:/(.*))?$ $2?schema=$1   [discardpath,noescape,qsappend,env=page:tables]
17
RewriteRule ^views()$           $1             [discardpath,noescape,qsappend,env=page:views]
17 18
RewriteRule ^([^/]+)(?:/(.*))?$ $2?table=$1    [discardpath,noescape,qsappend,env=page:tblproperties]
18 19
RewriteRule ^([^/]+)(?:/(.*))?$ $2?column=$1   [discardpath,noescape,qsappend,env=page:colproperties]
19 20

  

Also available in: Unified diff