#AddHandler php5-script .php
Options +FollowSymLinks
Options +Indexes
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !(robots.txt|images|sitemap.xml)
RewriteCond %{SCRIPT_FILENAME} !\.(gif|jpg|jpeg|png|css|js|pdf)
#RewriteCond %{HTTP_HOST} !^(www.|$) [NC]
RewriteRule  (.*) index.php?page=$1 [QSA,L]
AddHandler php5-script .php
