HI,

I added the pathauto and set it up to create path for the blog as [user] for the blog.
One of my user is "gers" the url before aliasing was http://blog.xxxx.org/?q=gers now it's http://blog.xxxx.org/gers
but in the page generated it had the physical path on my webserver something like "www/blog" as drupal is the folder blog in the www folder.
I check on setting.php and put $base_url = 'http://blog.xxxx.org'

Any idea what I get wrong ?

Thanks for your help

JBI

Comments

Leeteq’s picture

Category: bug » support

Setting this as a support request until it is confirmed if it is a bug. Also, if it is still an issue, now that v1.2 is out, please update the version number of this issue.

greggles’s picture

Category: support » bug
Status: Active » Postponed (maintainer needs more info)

I'm really not sure what's going on and I've never heard of this bug before even though I have used pathauto in subdirectories and with drupal installed in a variety of different places.

DanielTheViking - thanks for your help in the queue. I prefer to leave bug reports as they are and mark them "needs more info" if it's unclear how to repeat the bug.

greggles’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Old issue with no response - assumed to be closed.

If not - please reopen.

tugis’s picture

Version: 5.x-1.1 » 6.x-1.5
Status: Closed (fixed) » Active

Sorry for re-opening such an old issue! I suppose I'm having the same unwanted behaviour as described in this issue.
So, I have:

* Node type A where I defined a url alias pattern
* Node type B, which references node type A, where I defined a url alias pattern base on A:
[node_A_reference_field-path]/[node_B_field]

I use the CCK node reference replacement patterns to get the path of referenced node (node_A_reference_field-path).

The problem is that in the alias for B the generated alias gets the site "base path" attached, which causes the url to have repeated base path ex: base_path_xpto/base_path_xpto/node_B_alias which is an unwanted behaviour.

Hope the explanation is clear.

dave reid’s picture

Version: 6.x-1.5 » 5.x-1.1
Category: bug » support
Status: Active » Fixed

You would file a feature request with CCK which provides the Tokens for node reference fields asking for a non-absolute URL token. There's nothing we can do in Pathauto.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.