Title: fengel's Replies | WordPress.org

---

# fengel

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Get rid of INDEX.PHP in the links](https://wordpress.org/support/topic/get-rid-of-indexphp-in-the-links/)
 *  Thread Starter [fengel](https://wordpress.org/support/users/fengel/)
 * (@fengel)
 * [13 years ago](https://wordpress.org/support/topic/get-rid-of-indexphp-in-the-links/#post-3714918)
 * So I guess was only a problem of correct .htaccess
 *     ```
       RewriteBase  /novaDeck16
   
       RewriteCond	%{DOCUMENT_ROOT}deck16%{REQUEST_URI}	!-f
       RewriteCond	%{DOCUMENT_ROOT}deck16%{REQUEST_URI}	!-d
       RewriteRule	.*										index.php
       ```
   
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Get rid of INDEX.PHP in the links](https://wordpress.org/support/topic/get-rid-of-indexphp-in-the-links/)
 *  Thread Starter [fengel](https://wordpress.org/support/users/fengel/)
 * (@fengel)
 * [13 years ago](https://wordpress.org/support/topic/get-rid-of-indexphp-in-the-links/#post-3714873)
 * I know my server suports mod-rewrite.
 * I tried the following.
 *     ```
       # BEGIN WordPress
       RewriteEngine On
       RewriteBase /novaDeck16
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /novaDeck16/index.php [L]
       # END WordPress
       ```
   
 * And if I tried to go
 * [http://www.deck16.com.br/Sobre/](http://www.deck16.com.br/Sobre/)
 * I don’t get a file not found, but looks like the site do not load all…
    But If
   you look at the SOURCE, you will see, the information is there …
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Get rid of INDEX.PHP in the links](https://wordpress.org/support/topic/get-rid-of-indexphp-in-the-links/)
 *  Thread Starter [fengel](https://wordpress.org/support/users/fengel/)
 * (@fengel)
 * [13 years ago](https://wordpress.org/support/topic/get-rid-of-indexphp-in-the-links/#post-3714861)
 * Windows 2003 – Enterprise

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