rendered paste body#php_value upload_max_filesize 300M
#php_value post_max_size 300M
#ErrorDocument 404 "Not found (this is your .htaccess file)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /downloads\.php\?page_id=48&catfiles=3\ HTTP/ [NC]
RewriteRule (.*) /xbox360-homebrew.html? [R=301,L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress