<IfModule mod_rewrite.c>
RewriteEngine On

RewriteBase /ramshad/foxiz/

# allow favicon
RewriteRule ^favicon\.ico$ - [L]
# allow robots
RewriteRule ^robots\.txt$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L]
</IfModule>