• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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