In our blog sometimes for SEO purpose we need to rename the folder name from one directory to another directory suppose we need to rename my folder name style to trends.we need to redirect all url related to https://www.tutorialshore.com/style/***** to https://www.tutorialshore.com/trends/*****.This can be done by using htaccess redirection .here am going to do in wordpress
RewriteRule ^style/(.*)$ /trends/$1 [R=301,NC,L] #Here all style folder redirect to trends
Full .htaccess files in wordpress
RewriteEngine On RewriteRule ^style/(.*)$ /trends/$1 [R=301,NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L]
Wow, marvelous blog layout! How long have you been blogging for? you make blogging look easy. The overall look of your web site is fantastic, let alone the content!