Menu

#775 (in 2.7.0) Pretty URLS support

Next_release
fixed
1
2013-06-11
2005-09-01
Rik Meijer
No

It would be nice to 'surf' to your database.
I would like to see that i could enter a url like:
http://server/phpmyadmin/<database>
phpMyAdmin would then open the specified <database>.

Discussion

  • Michal Čihař

    Michal Čihař - 2005-09-01

    Logged In: YES
    user_id=192186

    This is more job of webserver rewrite rules than phpmyadmin.

     
  • Michal Čihař

    Michal Čihař - 2005-09-01
    • milestone: 284147 --> 441477
     
  • Sebastian Mendel

    Logged In: YES
    user_id=326580

    PMA could provide a .htaccess file which defines this
    rewrite rule

     
  • Michal Čihař

    Michal Čihař - 2005-09-29

    Logged In: YES
    user_id=192186

    Yes, but to make it useful, we would need to make our
    index.php accept parameters to open specific pages.
    Something like in RFE #1165206

     
  • Rik Meijer

    Rik Meijer - 2005-09-30

    Logged In: YES
    user_id=1338375

    In addition it would be cool to be able to surf right in to
    a database-table:
    http://server/phpmyadmin/<database>/<table>/\[browse|insert....]

    ...maybe the browse/insert part is a bit too much :P

     
  • Michal Čihař

    Michal Čihař - 2005-10-08
    • milestone: 441477 --> Next_release
    • assigned_to: nobody --> nijel
    • status: open --> open-accepted
     
  • Michal Čihař

    Michal Čihař - 2005-10-08

    Logged In: YES
    user_id=192186

    It is not possible to provide generic .htacces file, as it
    needs to contain path to phpMyAdmin installation. However
    I'll add sample to documentation.

     
  • Michal Čihař

    Michal Čihař - 2005-10-08

    Logged In: YES
    user_id=192186

    Documented as FAQ 1.34.

     
  • Michal Čihař

    Michal Čihař - 2005-10-08
    • priority: 5 --> 1
    • summary: Pretty URLS support --> (in 2.7.0) Pretty URLS support
    • status: open-accepted --> open-fixed
     
  • Michal Čihař

    Michal Čihař - 2005-12-04
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed