Title: Multisite URL Question
Last modified: August 20, 2016

---

# Multisite URL Question

 *  Resolved [DigitalMcGrath](https://wordpress.org/support/users/digitalmcgrath/)
 * (@digitalmcgrath)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multisite-url-question/)
 * I am getting ready to launch a multisite installation of about 282 sites. Each
   site represents one of our locations.
 * The problem I am having is the URL. Currently it is something like [http://mydomain.com/123](http://mydomain.com/123)
   and I want it to be something like [http://mydomain.com/locationname](http://mydomain.com/locationname)
   but redirect to [http://mydomain.com/123](http://mydomain.com/123)
 * Can someone point me in a direction to accomplish this? I have tried using RewriteRule
   in the .htaccess file and that didn’t seem to work.
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multisite-url-question/#post-2405535)
 * This should do it. Make sure it’s ABOVE the WordPress rules in your .htaccess.
 * `RewriteRule ^locationname(.*) http://mydomain.com/123/$1 [L,R=301]`

Viewing 1 replies (of 1 total)

The topic ‘Multisite URL Question’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 1 reply
 * 2 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/multisite-url-question/#post-2405535)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
