Forum Moderators: phranque
I have some problems setting mod rewrite for my server.
Currently I have 'subdomain.domain.com/'.This subdomain is another server that host all the files.
What I want is that all files on subdomain server would look like this:
'domain.com/subdomain/files'
Currently I am using a simple redirect:
'Redirect /subdomain/files [subdomain.domain.com...]
it is working ok, but the problem is I had to add another server that hosts the files and I want the link structure exactly the same.
Kind Regards
Jim