Title: Sub system
Last modified: August 21, 2016

---

# Sub system

 *  [doranpauka](https://wordpress.org/support/users/doranpauka/)
 * (@doranpauka)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/sub-system/)
 * Dear people, please help me from not getting crazy!
 * My situation:
    – WP in root/wordpress – Another system running in root/sgform
 * WP and the index.php in sgform are running fine, root/sgform/subfolder gives 
   a 404. Appearenty a htacces problem, but i didn’t find the right solution. The
   first sgform folder seems to be excluded properly but the subfolders of this 
   folder (root/sgform/subfolder) are not. Thanks!
 * This is my htacces in root
    Removing the sgform line doesn’t change a thing to
   those files btw…
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_URI} !^/(sgform|sgform/.*)$
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
       ```
   

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

 *  [David Choi](https://wordpress.org/support/users/wpthemes777/)
 * (@wpthemes777)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/sub-system/#post-3822159)
 * What about .htaccess of your sub folder?
 *  Thread Starter [doranpauka](https://wordpress.org/support/users/doranpauka/)
 * (@doranpauka)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/sub-system/#post-3822201)
 * They have none at the moment. What should be in those htaccess files? And does
   every sub (and sub sub) need a htaccess to be accessed?
 *  [David Choi](https://wordpress.org/support/users/wpthemes777/)
 * (@wpthemes777)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/sub-system/#post-3822206)
 * It’s not needed, but just to rule it out the possibilities. What if you turn 
   it off by renaming the root .htaccess to something else like .htaccess.off ?
 *  Thread Starter [doranpauka](https://wordpress.org/support/users/doranpauka/)
 * (@doranpauka)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/sub-system/#post-3822314)
 * Problem solved!
    Doing this to my .htaccess (turning it off and back on again
   by giving it a underscore) solved it all. Strange but true…
 *  [David Choi](https://wordpress.org/support/users/wpthemes777/)
 * (@wpthemes777)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/sub-system/#post-3822317)
 * Glad it’s solved. When there is page error problems, saving the permalink options
   again from WordPress settings also solves this kind of issues 🙂

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

The topic ‘Sub system’ is closed to new replies.

## Tags

 * [subfolder](https://wordpress.org/support/topic-tag/subfolder/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [David Choi](https://wordpress.org/support/users/wpthemes777/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/sub-system/#post-3822317)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
