Title: Master Jumblespeed's Replies | WordPress.org

---

# Master Jumblespeed

  [  ](https://wordpress.org/support/users/master-jumblespeed/)

 *   [Profile](https://wordpress.org/support/users/master-jumblespeed/)
 *   [Topics Started](https://wordpress.org/support/users/master-jumblespeed/topics/)
 *   [Replies Created](https://wordpress.org/support/users/master-jumblespeed/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/master-jumblespeed/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/master-jumblespeed/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/master-jumblespeed/engagements/)
 *   [Favorites](https://wordpress.org/support/users/master-jumblespeed/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: [ASPX dynamic redirecct to wordpress ? htacess](https://wordpress.org/support/topic/aspx-dynamic-redirecct-to-wordpress-htacess/)
 *  [Master Jumblespeed](https://wordpress.org/support/users/master-jumblespeed/)
 * (@master-jumblespeed)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/aspx-dynamic-redirecct-to-wordpress-htacess/#post-4294349)
 * Let me back up one-
    I see you have WordPress on the [http://www.mywebsite.com/?p=199&lang=ar](http://www.mywebsite.com/?p=199&lang=ar)
   directory but what do you have on the [http://www.mywebsite.com/Auto/UI/CMS.aspx?id=119&lang=ar](http://www.mywebsite.com/Auto/UI/CMS.aspx?id=119&lang=ar)
   one?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ASPX dynamic redirecct to wordpress ? htacess](https://wordpress.org/support/topic/aspx-dynamic-redirecct-to-wordpress-htacess/)
 *  [Master Jumblespeed](https://wordpress.org/support/users/master-jumblespeed/)
 * (@master-jumblespeed)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/aspx-dynamic-redirecct-to-wordpress-htacess/#post-4294335)
 * Hi.
 * If you wanted to redirect just that file then this code can go in the .htaccess
   of your root:
 *     ```
       # Redirect the file
       Redirect /Auto/UI/CMS.aspx?id=119&lang=ar http://YOUR_SITE_HERE.com/?p=199&lang=ar
   
       # Prevent viewing of .htaccess file
       <Files .htaccess>
       order allow,deny
       deny from all
       </Files>
       ```
   
 * (The second part prevents viewing of the .htaccess; I prefer using that, but 
   you can remove it if you’d prefer.)
 * Of course replace the YOUR_SITE_HERE.com with your site domain.
 * Also note that if you change your permalinks this will no longer work as it will
   redirect to the old permalink.
 * Please correct me if my syntax is incorrect.

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