I need an HTACCESS, MOD REWRITE code that will create dynamic sub-domains.
The URL will need to be like this:
will contain the content from
Payment via paypal.
The URL will need to be like this:
Code:
[URL="http://www.user.domain.com/folder"]www.user.domain.com/folder[/URL]
Code:
[URL="http://www.domain.com/store/?sub=xxx&path=zzz"] www.domain.com/xxx/?name=user&d=folder[/URL]
Comment