Click to See Complete Forum and Search --> : A htaccess rewrite problem


Drakim
08-13-2009, 10:08 AM
I guess this isn't really hard, but all the online resources I found on rewrites always seemed to not address my particular issue.

Basically, I want this url:
subdomain.mydomain.net

to point to:
subdomain.mydomain.net/specialfolder


While trying to make this on my own, I encountered two problems. Either, instead of pointing to the new location, my rewrite would redirect the user to the new url. The other problem I encounter was that my script caused an infinitive loop, because my detection of the former url also triggered the later url.

So, could anybody help me?