İlk Site(Windows) : http://architurk.com/
İkinci Site (Linux) : http://demo.wobilsite.com
Kullanılan en basit haliyle htacess ;
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !(\.css|\.js|\.png|\.jpg|\.gif|robots\.txt|\.xml)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([0-9a-zA-Z-_./]+)$ index.php?get=$1 [L,NC,QSA]
RewriteRule ^map/sitemap.xml$ map/sitemap.php
RewriteRule ^map/rss.xml$ map/rss.php [L,NC,QSA]
</IfModule>