Title: .htaccess mutlisite/permalinks not working
Last modified: August 20, 2016

---

# .htaccess mutlisite/permalinks not working

 *  Resolved [murphy-10332](https://wordpress.org/support/users/murphy-10332/)
 * (@murphy-10332)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/htaccess-mutlisitepermalinks-not-working/)
 * Would like to share a simple fix to a multi-hour search. Installed Multi Sites
   with sub-directories, all went well until I tried to access the added site or
   the original sites links. What I found on the WP Codex is that I must edit Virtual
   Host In Apache. Made the below changes bounced Apache and all is well. Hope this
   helps.
    Joshua
 * <VirtualHost *:80>
    ServerAdmin webmaster@localhost ServerName [http://boomurphy.no-ip.org](http://boomurphy.no-ip.org)
   DocumentRoot /var/www/wordpress
 * <Directory /var/www/wordpress/>
    Options Indexes FollowSymLinks MultiViews AllowOverride
   Fileinfo Options <————Change Here From”NONE” to —————————————————-“Fileinfo Options”
   Order allow,deny allow from all<——–This helps also </Directory> </VirtualHost
   >

The topic ‘.htaccess mutlisite/permalinks not working’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [mod_rewrite](https://wordpress.org/support/topic-tag/mod_rewrite/)
 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 0 replies
 * 1 participant
 * Last reply from: [murphy-10332](https://wordpress.org/support/users/murphy-10332/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/htaccess-mutlisitepermalinks-not-working/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
