0

I have a domain.org website which uses Wordress and it was located in domain.org/owp/, I moved the content to domain.org/ and everything works fine but there are old posts with urls that has /owp/ with them they are on fb so how can I redirect those to the correct new URL?

This is the site .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

thank you

1 Answers1

0

Sorry I can't answer this as a comment.

I think it has already been solved here: how to remove folder name from url using htaccess

Hopefully it will be helpful.

claudiatc85
  • 287
  • 2
  • 7