Title: wordpress permalink structure blocking other program
Last modified: August 19, 2016

---

# wordpress permalink structure blocking other program

 *  [bestfoot](https://wordpress.org/support/users/bestfoot/)
 * (@bestfoot)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/wordpress-permalink-structure-blocking-other-program/)
 * I have a program in a subdirectory.
 * domain.com/subdirectory/admin/
 * I cannot access it as a I get a 404 page not found as wordpress is obviously 
   using the permalink structure to try to interpret it.
 * It matters not if I use the trailing / or add the page name index.php on the 
   back end.
 * Help please.

Viewing 1 replies (of 1 total)

 *  [shane-g](https://wordpress.org/support/users/shane-g/)
 * (@shane-g)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/wordpress-permalink-structure-blocking-other-program/#post-1248838)
 * Hi,
 * Add this code in htaccess:
 * # BEGIN WordPress
 * <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404 RewriteEngine
   On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule>
 * # END WordPress
 * and have a check with blog and posts.
 * Thanks,
 * Shane G.

Viewing 1 replies (of 1 total)

The topic ‘wordpress permalink structure blocking other program’ is closed to new
replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [shane-g](https://wordpress.org/support/users/shane-g/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/wordpress-permalink-structure-blocking-other-program/#post-1248838)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
