<IfModule mod_rewrite.c>
# Enables mod_rewrite
RewriteEngine on
# Sets the base folder of the Ajax sample
RewriteBase /swfaddress/samples/ajax
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php
</IfModule>