I want 2 do translate
[value].domain.com to domain.com/index.php?id=[value]
i found this
<IfModule mod_rewrite.c>
Options +FollowSymLinks
Options +Indexes
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.domain.com
RewriteCond %{HTTP_HOST} ([^.]+)\.domain.com
RewriteRule ^(.*)$ /?id=%1
</IfModule>
it isn't working . it event doesn't browse the page
Edited by Jaan, 12 August 2008 - 12:47 AM.


Sign In
Create Account

Back to top









