Hi to everyone . How I can't change /node?page=1 to /page=1 ?

Comments

nevets’s picture

It won't work, page is a query parameter with a value (?page=1) append to the path 'node', '/page=1' is the path 'page=1'.

puya4ever’s picture

that was an example . I just want to get out the 'node' from this syntax . It's that possible ?

Guru’s picture

Yes, it is. Enable path module, and then look for URL aliases in the admin section. Once the module is enabled, you can also define an alias from within a node/page editing window.

--
Sawant
CMS Goodies | @sawant

puya4ever’s picture

yes I had enabled this but I still can't find where I need to edit to apply this settings.

Guru’s picture

Are clean URLs enabled (here: admin/settings/clean-urls)?

puya4ever’s picture

yes... it's enabled

Guru’s picture

You should be able to reach this page at the very least: http://11heavens.com/files/url-alias-blog.gif (admin/build/path). If you are unable to, then it's highly likely to be a permissions issue. Check user permissions for the path module (admin/user/permissions).

puya4ever’s picture

I wrote in admin/build/path like in your example and I have receiver this error:
The path 'blog/1' is either invalid or you do not have access to it.

I have checked in admin/user/permissions this and it's same error:
path module
administer url aliases
create url aliases

pathauto module
administer pathauto
notify of path changes

P.S: in admin/build/path I have wrote:
blog/1 and blog in that's fields.