Closed (outdated)
Project:
Resource Description Framework (RDF)
Version:
6.x-1.0-alpha3
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2008 at 16:35 UTC
Updated:
20 Aug 2022 at 03:56 UTC
Jump to comment: Most recent
Comments
Comment #1
student297 commentedHI, Even I am having same problem. Someone plz explain or update the rdf document on how to set up and how it can be used?it is very confusing.
Comment #2
scor commentedplease try again with the latest alpha6 version as many changes have been committed to the module.
as to the URL issue, it's due to the path module which maps the aliases
/my-nice-urlto the system urls likenode/2. Supporting/my-nice-url/rdfwould mean that the RDF module would have to maintain a list of aliases in the path module of the type/my-nice-url/rdf->node/2/rdfHopefully Drupal 7 will have a better way of handling this.
Comment #3
socialnicheguru commentedthis is an issue with my site.
I am using spaces which rewrites the url to be within a context of a certain group.
RDF rewrites the url without regard to what the url is now with the spaces module :(
for example
mysite.com/mygroup/node/add/content-type gets rewritter to
mysite.com/node/add/content-type
This is bad. I wish it worked because there are other modules which depend on this that cannot be used
Edit:
Spaces uses path pre-fixing. Can RDF be made to work with it?
http://drupal.org/node/546588
Comment #4
smustgrave commented