• 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.

server path question

P

prozac

Guest
A totally noob question i know. But im struggling to find the info.

I have installed iispassword onto my server. it gives me the same htaccees structure that unix has. I have a add-members script from my payment company. the scipt exectues fine. But i need to know how to work out the server path to my htaccess file?

so if my physical path is C:\Inetpub\vhosts\****************.COM\httpdocs\pcom\.htpasswd
how do i work out what my server path to this file is?

many thx in advance
 
you can create a php file like info.php
with the text into

<?php
phpinfo();
?>

and just look in the page
 
It will be good to use Plesk protected folders feature
Take a look at it the near'bout the same as .htaccess

John S.G.
 
Back
Top