we want a subdomain to the register form.
The project is a Code Igniter website.
Our idea is to use register.domain.com
I'm trying to build a rewrite rules to make this.
If the domain is
register.domain.com/whatever
go to
register.domain.com/register/form
if the domain is
register.domain.com/register/form
do nothing.
Now I only get a infinity looping.
thanks
Oscar