Title: rcb75's Replies | WordPress.org

---

# rcb75

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

 *   [Profile](https://wordpress.org/support/users/rcb75/)
 *   [Topics Started](https://wordpress.org/support/users/rcb75/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rcb75/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rcb75/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rcb75/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rcb75/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rcb75/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: [WordPress and Site in Separate Folders](https://wordpress.org/support/topic/wordpress-and-site-in-separate-folders/)
 *  Thread Starter [rcb75](https://wordpress.org/support/users/rcb75/)
 * (@rcb75)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wordpress-and-site-in-separate-folders/#post-3199778)
 * I started fresh today and followed the instructions [here ](http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory)
   precisely. This time it worked. I think my mistake was in modifying the htaccess
   file after copying it to the root, which was something I had read elsewhere but
   was not specified here. Just stick with the steps exactly as written.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress and Site in Separate Folders](https://wordpress.org/support/topic/wordpress-and-site-in-separate-folders/)
 *  Thread Starter [rcb75](https://wordpress.org/support/users/rcb75/)
 * (@rcb75)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/wordpress-and-site-in-separate-folders/#post-3199718)
 * Correction:
 * My htaccess file in #3 above was edited to look like this instead:
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule
   ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /wp/index.php [L] </IfModule> #END WordPress

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