htaccess RewriteRule
-
Hello I wanted to redirect all of my links along with and items under the folder from https://www.website.com/portfolioto my home page https://www.website.com.
Below is the RewriteRule I used.
RewriteRule ^portfolio/ https://www.website.com [R=301,L]
It worked, but It also place the https://www.website.com in front of the links in the items execepts of those portfolio items.
So now all the links are
https://www.website.com/https://www.website.com/tag/example
and
https://www.website.com/www.facebook.comIs there a way to remove the first section(https://www.website.com/) of those URL’s?
Thank you in advanced.
- The topic ‘htaccess RewriteRule’ is closed to new replies.