Title: subfolder not found
Last modified: August 20, 2016

---

# subfolder not found

 *  [andymason](https://wordpress.org/support/users/andymason/)
 * (@andymason)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/subfolder-not-found/)
 * Using localhost WAMP, creating new site get NOT FOUND error.
    The original site
   is perfect. I have .htaccess problems I think. A blank .htaccess gives me the
   above problem, a normal .htacces and one with this code
 *     ```
       RewriteEngine On
       RewriteBase /wordpress/
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
   
       # add a trailing slash to /wp-admin
       RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
       RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
       RewriteRule . index.php [L]
       ```
   
 * blocks me out of my site with another error.
 * >  Internal Server Error
   > The server encountered an internal error or misconfiguration and was unable
   > to complete your request.
   > Please contact the server administrator, admin@localhost and inform them of
   > the time the error occurred, and anything you might have done that may have
   > caused the error.
   > More information about this error may be available in the server error log.
 * Any ideas what might be wrong here?
    Thanks Andy

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

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years, 1 month ago](https://wordpress.org/support/topic/subfolder-not-found/#post-2077895)
 * You probably didn’t set up WAMP with mod_rewrite and AllowOverride correctly.
   Basically it’s not reading .htaccess right
 *  [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * (@andrea_r)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/subfolder-not-found/#post-2077898)
 * It;s not reading the file. See this thread:
 * [http://wordpress.org/support/topic/localhost-multisite-not-creating-additional-sites](http://wordpress.org/support/topic/localhost-multisite-not-creating-additional-sites)

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

The topic ‘subfolder not found’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [WAMP](https://wordpress.org/support/topic-tag/wamp/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 2 replies
 * 3 participants
 * Last reply from: [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/subfolder-not-found/#post-2077898)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
