• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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