Holykruelty
Junior Member
- Jan 29, 2014
- 190
- 56
So I had a theme created but the developer took the lazy way out and had it rely heavily on a plugin.
The plugin in question is changing my url.
I have set my permalink setting to:
Site.com/%postname%.
The plugin is making my url like this:
Site.com/example/%postname%/
I've tried editing the .ht access as well but it still doesn't work. The /example/ doesn't exist if you visit the directory.
//301 Redirect Entire Directory
RedirectMatch 301 /example/(.*) //$1
What am I doing wrong? I like pretty urls lol.
The plugin in question is changing my url.
I have set my permalink setting to:
Site.com/%postname%.
The plugin is making my url like this:
Site.com/example/%postname%/
I've tried editing the .ht access as well but it still doesn't work. The /example/ doesn't exist if you visit the directory.
//301 Redirect Entire Directory
RedirectMatch 301 /example/(.*) //$1
What am I doing wrong? I like pretty urls lol.