Title: wordpress from folder
Last modified: August 21, 2016

---

# wordpress from folder

 *  Resolved [zapping](https://wordpress.org/support/users/zapping/)
 * (@zapping)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wordpress-from-folder/)
 * Am trying to run wordpress from a folder in my local system. On the server its
   running from the root. Have downloaded the files. restored the db and then changed
   the home and siteurl through db update query. It has an htacccess file. Changed
   it like below.
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /wordpress/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /wordpress/index.php [L]
       </IfModule>
       ```
   
 * But i am not able to access it says page not found. If i append index.php to 
   the end of the url it works fine. When i try pointing to the menu urls it does
   not have the wordpress subfolder to the urls.
 * Please help.

Viewing 1 replies (of 1 total)

 *  Thread Starter [zapping](https://wordpress.org/support/users/zapping/)
 * (@zapping)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wordpress-from-folder/#post-3863805)
 * Thank you. The siteurl and home was hardcoded and was being overridden. Just 
   glad i ran into it.

Viewing 1 replies (of 1 total)

The topic ‘wordpress from folder’ is closed to new replies.

## Tags

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

 * In: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
 * 1 reply
 * 1 participant
 * Last reply from: [zapping](https://wordpress.org/support/users/zapping/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/wordpress-from-folder/#post-3863805)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
