Closed (fixed)
Project:
Drake :: Drupal-CakePHP bridge
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 May 2007 at 16:19 UTC
Updated:
14 May 2007 at 13:30 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| drake_uri.patch | 5.37 KB | jg-1 |
Comments
Comment #1
jg-1 commentedI'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).
Comment #2
pearcec commentedThat is fine by me, I don't really care if drake is in the url.