• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • The ImunifyAV extension is now deprecated and no longer available for installation.
    Existing ImunifyAV installations will continue operating for three months, and after that will automatically be replaced with the new Imunify extension. We recommend that you manually replace any existing ImunifyAV installations with Imunify at your earliest convenience.

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