Title: problem after activating subfolder
Last modified: August 20, 2016

---

# problem after activating subfolder

 *  [noobbgodlike](https://wordpress.org/support/users/noobbgodlike/)
 * (@noobbgodlike)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/problem-after-activating-subfolder/)
 * I have installed subfolder by changing define subdomain and manage to create 
   subfolder called Nintendo 3ds. but it seems not to work correctly.
 * [http://guide4gamers.com/nintendo3ds/](http://guide4gamers.com/nintendo3ds/)
 * You can take a look at that page. I can’t access the page (log in) it says that
   the page do not exist. I can’t access the edit add new post or anything in wp
   admin section (even I can see the new subfolder site :D). Thank you very much.
 * My main site (guide4gamers.com ) seems perfectly same as before no + blog slug
   on previou spost and new post.
 * Thank you 😀

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

 *  [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * (@andrea_r)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/problem-after-activating-subfolder/#post-2188294)
 * Did you also change the htaccess rules? Go back to the network setup page and
   snag the new rules.
 * Also, that look of the site is a well known and often covered issue. In this 
   case, if the htaccess changes don’t fix it, then your server is not even reading
   the file and you’ll have to complain to the host.
 *  Thread Starter [noobbgodlike](https://wordpress.org/support/users/noobbgodlike/)
 * (@noobbgodlike)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/problem-after-activating-subfolder/#post-2188367)
 * No I haven’t change it, sorry
 * my current htaccess now
 *     ```
       #Made Multi-Site with Multi-Site Enabler 1.5#
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
   
       RewriteRule . index.php [L]
       ```
   
 * WHere I should put
 *     ```
       # BEGIN WordPress
       RewriteEngine On
       RewriteBase /
       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]
       # END WordPress
       ```
   
 * I got the code from [http://codex.wordpress.org/Create_A_Network#Switching_between_subdomains_and_subfolders](http://codex.wordpress.org/Create_A_Network#Switching_between_subdomains_and_subfolders)
 * thank you very much
 *  [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * (@andrea_r)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/problem-after-activating-subfolder/#post-2188374)
 * Don;t get the code from the codex, get the code from your own install. Right 
   under the network setup screen.
 * > #Made Multi-Site with Multi-Site Enabler 1.5#
 * this is also part of your problem. while the plguin to help create a network 
   sound like a good idea, they do not work reliably. you’re copy/pasting two things
   and clicking a button, that’s it.
 *  Thread Starter [noobbgodlike](https://wordpress.org/support/users/noobbgodlike/)
 * (@noobbgodlike)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/problem-after-activating-subfolder/#post-2188380)
 * T T
 * But I already co-pas the code9from the codex) into my .htaccess and it works 
   fine for now ( Hope it won’t become disaster in future …)
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 10 months ago](https://wordpress.org/support/topic/problem-after-activating-subfolder/#post-2188382)
 * If it works, that’s fine. Just be sure you REPLACED the code.

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

The topic ‘problem after activating subfolder’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 5 replies
 * 3 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/problem-after-activating-subfolder/#post-2188382)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
