Hi. I would like to redirect all folders to subdomains with the mod_rewrite. http://www.domain.com/folder1 to http://folder1.domain.com Thanks.
Have you read up on the documentation for mod_rewrite and try it yourself? What have you done so far?
I'm tired to prove sentences in .htaccess. My hosting supplier says to me that it is not possible to make an hidden redirection of subdomains if I do not do it with frames. My knowledge of the English language is very low. I am sad. Help me please.
Don't hurry so much... Are you sure you really want to redirect folders to subdomains? Maybe subdomain requests to folders? Do you have this subdomains or plan to create them?
I want to see all folders how subdomains. At the moment I type http://folder1.domain.com in de navigator and this one shows this to me -> http://www.domain.com/folder1 I want to see always http://folder1.domain.com for all folders.
It seems to me that mod_rewrite will not help you. 1. You have domain www. yoursite. com 2. This is a folder on your hosting which have absolute path like: /www/users/hosting/1001/yoursite/ 3. Create here a subfolder aaaa/ or as a full path: /www/users/hosting/1001/yoursite/aaaa/ 4. Ask provider to create a subdomain aaa. yoursite. com (virtual host) without any redirections pointing to /www/users/hosting/1001/yoursite/aaaa/ folder if such service is included in your hosting package. Only then you can work with www. yoursite. com and aaaa. yoursite. com