View Single Post
ישן 23-10-08, 17:00   # 3
SmartSeo
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Jan 2008
הודעות: 531

SmartSeo לא מחובר  

אז אני מוסיף את הקוד הבא.. לhtaccess של האתר שלי serv4free

### REWRITES ###
Options +FollowSymLinks
RewriteEngine on

### Rewrite subdomain to full domain ###
RewriteCond %{HTTP_HOST} !^www\.serv4free\.com [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^/(.*) http://www.serv4free.com/$1 [L,R]
  Reply With Quote