Title: ijk's Replies | WordPress.org

---

# ijk

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

 *   [Profile](https://wordpress.org/support/users/ijk/)
 *   [Topics Started](https://wordpress.org/support/users/ijk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ijk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ijk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ijk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ijk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ijk/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: [htaccess and rewrite/redirect](https://wordpress.org/support/topic/htaccess-and-rewriteredirect/)
 *  Thread Starter [ijk](https://wordpress.org/support/users/ijk/)
 * (@ijk)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/htaccess-and-rewriteredirect/#post-572310)
 * For more information see the older thread
 * [http://wordpress.org/support/topic/103603](http://wordpress.org/support/topic/103603)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Where do I write Custom Rewrite rules?](https://wordpress.org/support/topic/where-do-i-write-custom-rewrite-rules/)
 *  Thread Starter [ijk](https://wordpress.org/support/users/ijk/)
 * (@ijk)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/where-do-i-write-custom-rewrite-rules/#post-515390)
 * Just to follow up, I’ve found some of the answers here
    [http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/](http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/)
 * <IfModule mod_rewrite.c>
    RewriteEngine On RewriteBase / # Custom rules need 
   to go here RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule>
 * And for urls such as the above custom.php?link=20061031 need rewrite rules like
   this
 * RewriteCond %{query_string} ^link=20061031$
    RewriteRule ^custom\.php$ /2007/
   10/31/entry-name? [R=301,L]

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