• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

isapi_rewrite

D

diegonoe06

Guest
Hi Plesk Friends.

I need to install ISAPI_Rewrite for a client.

I configurated it for the site: IIS >> Site >> ISAPI_Filters >>
Filter Name: ISAPE_Rewrite
Executable: C:\Program Files\SWsoft\Plesk\isapi\rewrite.dll

But, It is not working fine. No error is shown, but the directives in .htaccess does not work.

My .htaccess for test is:
RewriteEngine on
RewriteRule (.+) http://google.com$1 [R=301,L]

When you browse the site, it should be re-directed to Google. But, it is not working...

Any ideas? Do I have to set up some aditional?
 
Wait, is this isapi_rewrite from helicontech? If so, you just have to run their installer. Afterwards, you make sure that the extension is allowed in IIS, and go to the directory that the software is installed and make sure that the psaadm/psacln have "allow" access.
 

Attachments

  • screen.jpg
    screen.jpg
    57.4 KB · Views: 179
Same problem.

I have the permissions set as indicated.. In the ISAPI rewrite error logs it shows that the filter is being loaded correctly. I can't find any errors anywhere but the rules still are not being applied.

Any ideas or troubleshooting techniques?
 
Back
Top