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

# END WordPress
# BEGIN WP Performance Score Booster Settings
# END WP Performance Score Booster Settings