CodeIgniter Forums
Routing, Htaccess and domain help please! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Routing, Htaccess and domain help please! (/showthread.php?tid=20388)



Routing, Htaccess and domain help please! - El Forum - 07-08-2009

[eluser]SteveBluck[/eluser]
Hello everyone,

I have got myself in a bit of muddle. I am developing a system that displays pages and uses the first URI segment as a variable.

So for example if I went to www.mysite.com/i_can_put_anything_here - This would display a "template" with "I can put anything here" text in the content.

Basically, when a user signs up, he gets his own page (e.g www.mysite.com/steve) and he/she has the ability to edit that page. What I want to do is allow them to have their domain point to their link.

Is the only way to do this, is to have the domain use "domain masking" or an iframe. Is their anything I can do to route users domains to their own page?

Thanks for helping!