htaccess kullanarak tek bir web barındırma hesabına birden fazla etki alanı gösterme
public_html dizininde aşağıdaki .htaccess dosyasını kullandım
RewriteEngine on
RewriteCond %{HTTP_HOST} ^site1.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.site1.org$
RewriteRule ^/?$ "/site1.org\/" [R=301,L]
dizin yapısı
/public_html/site1.org/welcome.html
site1.org yazdıysam yönlendirme mükemmel çalışıyor ancak URL http://site1.org/site1.org/welcome.html yerine http://site1.org/welcome.html
ve URL SEO Dostu olacaktır