Hi,

I need to create my own friendly URLs for my pages. If I create a
page / clcik on Rebuild Friendly URL it creates the URL as /go/<< Page
Title >>.

Ex : /go/member-login. But I need a URL as /go/login.

If I click on 'Manage' which is next to Show Friendly URLs and try to
add an URL of my choice, it is not accepting. What I have in my
Friendly URL Management window is,

Friendly URL  - A text box
Additional Parameter - A text box
Status Dropdown(Permanent/Archived)
Add Button

If I give '/go/login' in the friendly URL text box and click on Add,
it says Invalid data online for CFSQLTYPE CF_SQL_INTEGER. If I give '/
go/' in the Friendly URL text box and 'login' in the Additional
Parameter text box, it does nothing. The Active URL of this page is /
go/member-login

I have verified my Apache rewrite configuration, everything looks
fine.

RewriteRule ^/go/(.*)$ /go.cfm?path=/go/$1&%1 [L,PT,QSA]
RewriteRule ^/go/(.*)$ /go.cfm?path=/go/$1 [L,PT,QSA]

Can some one please help me out?

Thanks,
Surendra

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to