Title: WordPress Directory Permalinks
Last modified: August 20, 2016

---

# WordPress Directory Permalinks

 *  [Foosho](https://wordpress.org/support/users/foosho/)
 * (@foosho)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/wordpress-directory-permalinks/)
 * Hi all,
 * I’m having problems with my permalink structure in firefox. What have I done.
   –
   Installed WP in **root/wordpress/** – copied the **index.php** to my **root**–
   changed the permalinks structure in wp – changed my site address URL into **[http://www.mysite.com](http://www.mysite.com)**
 * When i go to [http://www.mysite.com](http://www.mysite.com) I see mysite.com/
   wordpress and I get the “page cannot be found” message. However, it does work
   in Internet explorer.
 * **Please note**, that when i click an article “hello world!” the permalink structure
   does seem to work. The ony place it doens’t work i my root.
 * **.htaccess**
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * **index.php**
 *     ```
       <?php
       /**
        * Front to the WordPress application. This file doesn't do anything, but loads
        * wp-blog-header.php which does and tells WordPress to load the theme.
        *
        * @package WordPress
        */
   
       /**
        * Tells WordPress to load the WordPress theme and output it.
        *
        * @var bool
        */
       define('WP_USE_THEMES', true);
   
       /** Loads the WordPress Environment and Template */
       require('./wordpress/wp-blog-header.php');
       ?>
       ```
   

The topic ‘WordPress Directory Permalinks’ is closed to new replies.

## Tags

 * [folder](https://wordpress.org/support/topic-tag/folder/)
 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [index.php](https://wordpress.org/support/topic-tag/index-php/)
 * [permalinks](https://wordpress.org/support/topic-tag/permalinks/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [Foosho](https://wordpress.org/support/users/foosho/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/wordpress-directory-permalinks/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
