この Apache .htaccess ファイルを Zeus サーバーで実行する必要がありますが、Zeus 互換にする方法がわかりません。
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
#//not to effect images or style sheets
RewriteCond %{REQUEST_FILENAME} !-d
#//not to effect directory's
RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]