Title: Running script from subdir
Last modified: August 19, 2016

---

# Running script from subdir

 *  [reilley](https://wordpress.org/support/users/reilley/)
 * (@reilley)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/running-script-from-subdir/)
 * I am trying to install plogger using the install script, which I uploaded to 
   a subdirectory on my website. When I try to access that script (by going to [http://www.lifeofreilley.com/plogger/_install.php](http://www.lifeofreilley.com/plogger/_install.php)),
   I get a 404 page not found error. I’m assuming this is because of the .htaccess
   rules set up for permalinks. How do I get around this?
 * My current .htaccess reads as follow:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   

The topic ‘Running script from subdir’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [permalinks](https://wordpress.org/support/topic-tag/permalinks/)
 * [plogger](https://wordpress.org/support/topic-tag/plogger/)
 * [script](https://wordpress.org/support/topic-tag/script/)
 * [subdirectory](https://wordpress.org/support/topic-tag/subdirectory/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [reilley](https://wordpress.org/support/users/reilley/)
 * Last activity: [18 years, 5 months ago](https://wordpress.org/support/topic/running-script-from-subdir/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
