• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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