Title: DynamicShark's Replies | WordPress.org

---

# DynamicShark

  [  ](https://wordpress.org/support/users/dynamicshark/)

 *   [Profile](https://wordpress.org/support/users/dynamicshark/)
 *   [Topics Started](https://wordpress.org/support/users/dynamicshark/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dynamicshark/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dynamicshark/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dynamicshark/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dynamicshark/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dynamicshark/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Modifying htaccess](https://wordpress.org/support/topic/modifying-htaccess-1/)
 *  Thread Starter [DynamicShark](https://wordpress.org/support/users/dynamicshark/)
 * (@dynamicshark)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/modifying-htaccess-1/#post-5721897)
 *     ```
       <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.

Viewing 1 replies (of 1 total)