• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by Dick Raney

  1. Dick Raney

    Resolved Redirect cgi-bin files to website home page

    Okay, I added the /index.php and it's doing what I want now. Thanks for your help!!!!!!!!!!!!!!!!!!!!
  2. Dick Raney

    Resolved Redirect cgi-bin files to website home page

    I would like to redirect to www.jirehsupplies.com/ and not have any trailing info after the "/"
  3. Dick Raney

    Resolved Redirect cgi-bin files to website home page

    That is almost it. At least it redirects to the site, but it takes me to the blog page instead of the home page. I think because it is keeping the ?search=action&...... Is there a way to specify a page and leave off the ?search..... part? There are other URLs that have ?preadd=action..... I...
  4. Dick Raney

    Resolved Redirect cgi-bin files to website home page

    Thanks. I tried that but i just get a blank Apache 404 page instead of the custom 404 generated by WordPress. The URL is https://www.jirehsupplies.com/cgi-bin/commerce.cgi?search=action&keywords=JSWS010008 I want to strip off all the dynamic stuff and redirect every URL containing the...
  5. Dick Raney

    Resolved Redirect cgi-bin files to website home page

    I haven't tried that. Not sure how to do it. I just tried a few variations of this code entered into the Plesk Additional nginx directives panel. rewrite ^(/cgi-bin/commerce.cgi) https://www.jirehsupplies.com last; return 301; But that just takes me to the URL requested URL without the...
  6. Dick Raney

    Resolved Redirect cgi-bin files to website home page

    I'm working on an eCommerce website that recently converted from a CGI script shopping cart to WordPress with WooCommerce. Google and other websites have links to the products with URLs that look similar to this...
Back
Top