<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^pricing?$ /blog/pricing [L]
RewriteBase /blog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
Is my htaccess file
The pricing line still isn’t working.