Title: Access folder under WordPress?
Last modified: August 20, 2016

---

# Access folder under WordPress?

 *  [zzon](https://wordpress.org/support/users/axelsson/)
 * (@axelsson)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/access-folder-under-wordpress/)
 * Ok, I have a domain like this with WP installed, it’s working fine: [http://www.mywpsite.com](http://www.mywpsite.com)
 * But I also have created a folder with a little script I’ve made inside.
    The 
   folder is located here: [http://www.mywpsite.com/search/](http://www.mywpsite.com/search/)
 * When I try to access [http://www.mywpsite.com/search/](http://www.mywpsite.com/search/)
   WP just shows me:
    “Error 404 – Not Found”.
 * It doesn’t matter what permalink-structure I use, WP wont let me access that 
   folder, it says 404 but it’s there.
 * I can write any foldername like:
    [http://www.mywpsite.com/seafdgfdgdfgrch/](http://www.mywpsite.com/seafdgfdgdfgrch/)
   and it will send me to the frontpage.
 * How do I solve this?

Viewing 1 replies (of 1 total)

 *  Thread Starter [zzon](https://wordpress.org/support/users/axelsson/)
 * (@axelsson)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/access-folder-under-wordpress/#post-2694268)
 * Well, my htaccess now looks like this and it seems to work:
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_URI} ^/SUBFOLDERNAME/(.*)$ [OR]
       RewriteRule ^.*$ - [L]
       </IfModule>
   
       # BEGIN WordPress
   
       # END WordPress
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Access folder under WordPress?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [zzon](https://wordpress.org/support/users/axelsson/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/access-folder-under-wordpress/#post-2694268)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
