[eluser]Tpojka[/eluser]
[quote author="v4et" date="1383182173"]How you set all the working routes of a controller to resolve with whichever name (any)? e.g. briduncan234554[/quote]
That is getting us back onto post no.4 in this topic.
Read again, that says:
Code:
route['your/url'] = 'controller/method';
in your case:
Code:
route['oldcomer/signup'] = 'newcomer/signup';
This is part that is confusing:
Quote:Since all functionality inside the newcomer folder or controller has turned in to oldcomer pages
Because it can lead us to thoughts thare is folders in controllers folder.
I am sorry but your questions are really hard to understand for me.
What is briduncan234554, where do you get it, can you post the code of that controller?
If you can't
wrap exact structure of your files and folders (those that are affected with issue) in code tags,
I don't beleive anybody can help (post no.7).