ok..

I am developing a property management website, where sellers come,
register there profile and post there properties.
I need to create a URL for there public profile, such as
http://proprtysite.com/<user-name>

but cakephp taking <user-name> as controller name. and raising error.
I tried to add index function in page-controller class but nothing
happened.

and second problem is

the URL of property page should be
http://propertysite.com/<property-heading>.html







On Jun 21, 7:15 pm, simonb <[EMAIL PROTECTED]> wrote:
> Whatever it is will most likely involve routes. You can do almost any
> form of redirect with that.
>
> Like Ian says, a little bit more information would help.
>
> On Jun 21, 2:41 pm, Ian Zepp <[EMAIL PROTECTED]> wrote:
>
> > You are going to have to provide more context than that, sorry.
>
> > AbhinavZone wrote:
> > > hi.
>
> > > I am working on website in cakephp. everything is going fine.
> > > but I got stuck with an issue.
>
> > > 1. Client requirement is to rewrite all pages as
> > >http://websitename.com/xx/yy.html
>
> > > 2. Add back link to website such as
> > >http://websitename.com/username
>
> > > please help me out .....
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to