Title: arnabc's Replies | WordPress.org

---

# arnabc

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem with re-install](https://wordpress.org/support/topic/problem-with-re-install/)
 *  Thread Starter [arnabc](https://wordpress.org/support/users/arnabc/)
 * (@arnabc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/problem-with-re-install/#post-2600987)
 * Hmmm after changing the Permalinks structure back and forth a few times it now
   seems to be fine. Weird.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem with re-install](https://wordpress.org/support/topic/problem-with-re-install/)
 *  Thread Starter [arnabc](https://wordpress.org/support/users/arnabc/)
 * (@arnabc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/problem-with-re-install/#post-2600984)
 * My htaccess file contains the following:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /movies/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /movies/index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)