how can i mysite.com/?q=pagename like links with drupal ?

Comments

matteo’s picture

You can easily do it by using path.module funcionality, called URL alias.

You have to enable path.module
(?q=admin/modules)

Define who can define URL aliases
(?q=admin/user/configure/permission)

Now you can define manually a list of aliases
(?q=admin/path/add)

or

Define an alias when adding content
(?q=node/add/xxxxx)

Defining a URL alias means that a you can call 'about' the following url: ?q=node/10

ENJOY !!
Matteo