The attached patch provides a Drake settings page to change the default URI for drake.

The default URI is: /drake

This allows you to change it to something like: /myapp

It sets a variable 'drake_uri' in the variable table. Every time a URI path is built (i.e. cake app URL re-writing), it will use this variable (defaulting to the original 'drake' when not set. This includes the Get Drake URL feature and links in the documentation.

This relates to: http://drupal.org/node/138849

I've tested this and it works for me.

CommentFileSizeAuthor
drake_uri.patch5.37 KBjg-1

Comments

jg-1’s picture

Status: Needs review » Closed (fixed)

I'm closing this.

I detailed how to solve this issue using mod_rewrite in .htaccess and the path.module in another issue: http://drupal.org/node/138849
I don't feel like this module needs any additional features that are provided by other modules (even though path.module doesn't fully work for incoming URLs since it doesn't provide aliasing when clean URLs are enabled).

pearcec’s picture

That is fine by me, I don't really care if drake is in the url.