Hey everyone,
I’ve tried multiple ways, but my .htaccess file isn’t performing the redirect I want. It simply does nothing.
I would like to redirect a page from:
To:
These are the last pieces of code I’ve tried, but no luck:
RewriteRule /homepage/discussions/62-info/$ https://domain.com/homepage/newinfopost/$1 [L,R=301]
RewriteRule /homepage/discussions/62-info/$ /homepage/newinfopost/$1 [L,R=301]
RewriteRule ^/?homepage/discussions/62-info/(.*)$ https://domain.com/homepage/newinfopost/$1 [L,R=301]
I have also restarted OLS every time I made a change to .htaccess through CyberPanel. Didn’t change a thing.