# Removing the /wp subdirectory from admin in Bedrock?

**URL:** https://discourse.roots.io/t/removing-the-wp-subdirectory-from-admin-in-bedrock/24109
**Category:** bedrock
**Tags:** bedrock
**Created:** 2022-10-20T14:42:19Z
**Posts:** 3

## Post 1 by @the_lar — 2022-10-20T14:42:20Z

My site is built on sage and bedrock and something has arisen recently with one of our plugin vendors who now require our admin to be served from https:///wp-admin/ rather than https:///wp/wp-admin/ - I’ve been researching if this is possible using mod\_rewrite and found a few things, but nothing seems to work. My webserver is basically Apache (with LiteSpeed modules) - the examples I found were for nginx and maybe I just haven’t converted them correctly. Can anyone advise please?

Many thanks

---

## Post 2 by @ben — 2022-10-20T14:47:04Z

Howdy! This isn’t something that we’d recommend or support doing.

If your plugin is requiring something like that, then they’re doing something incorrect by assuming a certain directory structure. You could send this over to the plugin author:

> **[Bedrock: Compatibility | Roots Documentation](https://docs.roots.io/bedrock/master/compatibility/)**
>
> If a plugin or theme works with a regular WordPress install and *not* with Bedrock, it's almost always a problem with the theme or plugin.

---

## Post 3 by @the_lar — 2022-10-20T14:57:57Z

Thanks @ben - it’s weird because this particular plugin, to name and shame - Codisto Channel Cloud had been working just fine till recently, then one day stopped sync’ing with our product catalogue giving 404 errors. And when I queried them they claimed that it’s because it’s in a `/wp` subdirectory which makes me think that they are fobbing me off.
