Title: higher-logic's Replies | WordPress.org

---

# higher-logic

  [  ](https://wordpress.org/support/users/higher-logic/)

 *   [Profile](https://wordpress.org/support/users/higher-logic/)
 *   [Topics Started](https://wordpress.org/support/users/higher-logic/topics/)
 *   [Replies Created](https://wordpress.org/support/users/higher-logic/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/higher-logic/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/higher-logic/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/higher-logic/engagements/)
 *   [Favorites](https://wordpress.org/support/users/higher-logic/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: [Force trailing slash onto WordPress Page URLs](https://wordpress.org/support/topic/force-trailing-slash-onto-wordpress-page-urls/)
 *  [higher-logic](https://wordpress.org/support/users/higher-logic/)
 * (@higher-logic)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/force-trailing-slash-onto-wordpress-page-urls/#post-287602)
 * Ok, this is really late, but I might as well answer it. Add the following to 
   your .htaccess file:
 * `RewriteEngine On
    RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond%{
   REQUEST_URI} !(.*)/$ RewriteRule ^(.*)$ http://domain.com/$1/ [QSA,L,R=301]

Viewing 1 replies (of 1 total)