| | |||||
| ||||||||
| Web Development Wanted Requests for websites, templates, custom programming, logos or graphics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Nov 2007
Posts: 305
![]() ![]() ![]() ![]() | [Modrewrite] virtual subdomain 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 ????: NamePros.com http://www.namepros.com/web-development-wanted/455138-modrewrite-virtual-subdomain.html 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 |
| |
| | #2 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | This is easily achieved as long as you of course have edited the httpd.conf file as well as enabled wildcard DNS. If you have these done then by all means contact me and i could help.
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |