• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Question Stupid redirect question

cmaurand

New Pleskian
Server operating system version
Ubuntu 20.04
Plesk version and microupdate number
18.0.67 #2
Hello,
I've been spinning my wheels on this for a couple of weeks. We are running a Joomla website. Joomla is not the issue (I don't think.) We're trying to redirect or rewrite /blog-category-list/(.*)$ to /blog/$1. I've tried in .htaccess and in nginx additional directives. Nothing of any variation that I've tried works. Doe anyone have any ideas?
 
It depends on how you have the domain configured. If you have it configured with proxy off with PHP set to run as FPM application served by nginx or as a apache.

But technically speaking you should just set it within the the content > categories or however you set the alias for the menu items.
 
right now nginx proxy's to apache then php-fpm. I had canonical redirects running at one point to a different site at hubspot, but google refused to index it. So we're trying locally, but I can't get the rewrite to work at all.
 
Back
Top