If you have sub folder in wordress or perhaps you want to restrict permalinks (rewrite rules) to the wp-admin folder.
It is very easy, all you have to do is create a .htaccess file with RewriteEngine off
RewriteEngine off
If you are using gallery to upload photos, you may want to find the attachment id of images. If you set permalinks, the attachment id will not show up, hence you have disable the rewrite rules in wp-admin folder
Similar Posts:
- Where does wordpress store htaccess rewrite rules?
- How to get image attachment ID in WordPress?
- How to manually upgrade wordpress from older versions
- Problem with Custom rewrite rule in WordPress
- Images wont show up in WordPress because of Editor issue!
- Implementing Secure File Upload in PHP
- Affiliate Hide v1.0 – Free WordPress plugin to Hide & Redirect Affiliate Links
- WordPress Problem – Missing Images with Plain Text Only!
- Implementing Secure File Upload in PHP
- Enabling ModRewrite in XAMPP Apache


August 11, 2011
Very Good. Thank you!