- Impact
- 151
I need to fetch content from "category pages "
example.com/category/?lang=de if someone requests:
de.example.com/category
This could help to understand what I need:
RewriteCond %{QUERY_STRING} ^lang=([a-z]{2})(?:&(.*))?
RewriteRule .* http://%1.example.com/$0?%2 [R=301]
Example:
links on my site: de.example.com/category/
should fetch content from: example.com/category/?lang=de
the content is of course at example.com/category/lang=de but I want to display it as a subdomain without ?lang=de
I don't know how much to pay for it, so if you know that you are able to do what I want then PM/post a price and I'm sure we can agree on something
example.com/category/?lang=de if someone requests:
de.example.com/category
This could help to understand what I need:
RewriteCond %{QUERY_STRING} ^lang=([a-z]{2})(?:&(.*))?
RewriteRule .* http://%1.example.com/$0?%2 [R=301]
Example:
links on my site: de.example.com/category/
should fetch content from: example.com/category/?lang=de
the content is of course at example.com/category/lang=de but I want to display it as a subdomain without ?lang=de
I don't know how much to pay for it, so if you know that you are able to do what I want then PM/post a price and I'm sure we can agree on something







