Title: geejayoh's Replies | WordPress.org

---

# geejayoh

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [[.htaccess question] newb with this](https://wordpress.org/support/topic/htaccess-question-newb-with-this/)
 *  Thread Starter [geejayoh](https://wordpress.org/support/users/geejayoh/)
 * (@geejayoh)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/htaccess-question-newb-with-this/#post-762044)
 * well.
 * my site is hosted on his server. but he has other domains on there.
 * I pointed the my domain geejayoh.com towards his name servers and he set up [http://www.geejayoh.com](http://www.geejayoh.com)
   to point to a webspace on his.
 * I noticed that after updating a page on the wordpress site, it rewrites the .
   htaccess file with this line:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule ./index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * if I do what you said, will it work?

Viewing 1 replies (of 1 total)